Hello,
You can upload the document to DropBox or other service.
In this line of code:
$docx->transformDocx('example_01.docx','example_01.html',array("method"=>"direct","odfconverter"=>true));
You're missing the third parameter that is the path to the temp folder (null if system default path), and the options array is the fourth parameter.
What version of PHPDocX are you using? You can get this info in the README file.
Regards.