XUpload - Files won't upload

Message
Author
cfeldman
Posts: 2
Joined: Feb 14, 2008 5:39 pm

Files won't upload

#1 Postby cfeldman » Feb 14, 2008 5:52 pm

I'm having a problem that most of the other users were having. although i'm still unable to fix it. Once i hit submit I get a popup that says "Upload Complete", but nothing happend. all the cgi and folders have the proper permissions of 755 and 777, i used absolute urls and tried all your suggestions in your troubleshooting section. but it still nothing happens. I also have it setup to redirect to the homepage once its done but it doesn't do that as well. I'm sure its something small that i'm missing. any help would be greatly appreciated.

i'm using the free version of 2.6
IE7 / Win XP
The site is hosted on a unix server
url: http://www.edgarsnyder.tv/upload_form.html


Thanks,
Chris

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Feb 15, 2008 6:24 am

Make hidden iframe visible and you'll see after upload:

Code: Select all

CGI open of tmpfile: No such file or directory
this means you've set up temp dir wrong. Try to use just 'temp' or find out correct full path for it.

cfeldman
Posts: 2
Joined: Feb 14, 2008 5:39 pm

#3 Postby cfeldman » Feb 15, 2008 2:57 pm

Thanks its working now!

i was using
temp_dir => '/cgi-bin/xupload/temp/',

changed it to:

temp_dir => '/hsphere/local/home/esaeteam/edgarsnyder.tv/cgi-bin/xupload/temp/',

thanks again for the help