But, I have configured the script to accept files with an .accdb extention.
I'm thinking the problem is that the extention is 5 characters ... rather than 4 (like .mpeg) or 3 (like .zip).
The file will upload, but then after it is 100% uploaded, phpUploader takes the temp file and converts it to a fully downloaded one (I think .... that's what it looks like in the code).
The file I'm tryinhg to uplload is named "Scrubv7.accdb"
The error I get is " (1) tmp_name is not available for Scrubv7.accdb"
The error log looks like this ... you can see it's throwing several errors:
- [12-Jan-2013 13:25:14 UTC] PHP Warning: filesize() [function.filesize]: stat failed for /home/ratpro/public_html/special/phpuploader/resources/silverlight.xap in /home/ratpro/public_html/special/phpuploader/ajaxuploaderresource.php on line 83
- [12-Jan-2013 13:25:14 UTC] PHP Warning: readfile(/home/ratpro/public_html/special/phpuploader/resources/silverlight.xap) [function.readfile]: failed to open stream: No such file or directory in /home/ratpro/public_html/special/phpuploader/ajaxuploaderresource.php on line 84
- [12-Jan-2013 13:25:42 UTC] PHP Warning: filesize() [function.filesize]: stat failed for /home/ratpro/public_html/special/phpuploader/resources/silverlight.xap in /home/ratpro/public_html/special/phpuploader/ajaxuploaderresource.php on line 83
- [12-Jan-2013 13:25:42 UTC] PHP Warning: readfile(/home/ratpro/public_html/special/phpuploader/resources/silverlight.xap) [function.readfile]: failed to open stream: No such file or directory in /home/ratpro/public_html/special/phpuploader/ajaxuploaderresource.php on line 84
- [12-Jan-2013 13:26:33 UTC] PHP Warning: filesize() [function.filesize]: stat failed for /home/ratpro/public_html/special/phpuploader/resources/silverlight.xap in /home/ratpro/public_html/special/phpuploader/ajaxuploaderresource.php on line 83
- [12-Jan-2013 13:26:33 UTC] PHP Warning: readfile(/home/ratpro/public_html/special/phpuploader/resources/silverlight.xap) [function.readfile]: failed to open stream: No such file or directory in /home/ratpro/public_html/special/phpuploader/ajaxuploaderresource.php on line 84
- [12-Jan-2013 14:50:54 UTC] PHP Warning: filesize() [function.filesize]: stat failed for /home/ratpro/public_html/special/phpuploader/resources/silverlight.xap in /home/ratpro/public_html/special/phpuploader/ajaxuploaderresource.php on line 83
- [12-Jan-2013 14:50:54 UTC] PHP Warning: readfile(/home/ratpro/public_html/special/phpuploader/resources/silverlight.xap) [function.readfile]: failed to open stream: No such file or directory in /home/ratpro/public_html/special/phpuploader/ajaxuploaderresource.php on line 84
- [12-Jan-2013 17:19:12 UTC] PHP Warning: Missing argument 1 for PhpUploader::WriteValidationOK(), called in /home/ratpro/public_html/special/phpuploader/ajaxuploaderhandler.php on line 47 and defined in /home/ratpro/public_html/special/phpuploader/include_phpuploader.php on line 1237
- [12-Jan-2013 20:59:02 UTC] PHP Warning: Missing argument 1 for PhpUploader::WriteValidationOK(), called in /home/ratpro/public_html/special/phpuploader/ajaxuploaderhandler.php on line 47 and defined in /home/ratpro/public_html/special/phpuploader/include_phpuploader.php on line 1237
Thanks
,Pat
- Rat