I tried following the instructions in the FAQ's
2. Upload starting but after some seconds progress display message "Upload failed!"
This means temp file wasn't created after 15 seconds from upload start
Possible solutions are:
» Use correct full absolute paths in XUploadConfig.pm (e.g. target_dir => '/home/bogdanov/cgi-bin/UPLOAD/uploads')
I'm using absolute paths
» Your server have mod_gzip or mod_security enabled which are caching upload.
Make sure you have our .htaccess file in the same folder upload.cgi is and .htaccess files enabled on your server
Have .htaccess enabled and in the same folder as upload.cgi. I even have
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>
in my .htaccess file
» There was an error inside upload.cgi
To view error details in upload_form.html replace "frameborder=0 style" with "xframeborder=0 xstyle" to make hidden iframe visible, then try to upload again. Error should appear in this iframe.
Did this and nothing happens, I get an Iframe but it's blank and then I get the upload failed and close out the pop-up window to wait a few seconds and my upload is actually uploaded in my uploads folder. I can't figure it....
Help?
XUpload - Upload Failed!
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm