Forum


Replies: 3   Views: 5578
Temporary file cleanup
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by msaunders  · 11-04-2013 - 12:13

Yes i do, i have change CreateDocx.inc on line 6924 static function getTempDir() to be commented out, and replaces with

return TEMP_FILES_PATH;

This defines the temp location exactally, the files are being created with no issues now, except there is no cleanup.

I have downloaded the latest version 3.0 and am using that.

Marc