XUpload - Error at line 153

Message
Author
thechanceg
Posts: 2
Joined: Jun 12, 2007 9:26 pm

Error at line 153

#1 Postby thechanceg » Jun 12, 2007 9:29 pm

I am getting this error when I try to run an upload. I have tried changing the /temp and /upload folders to different directories with no changes to the results. I have tried them in and outside of my cgi-bin folder. I am using the free version of the script right now but plan to buy it for this domain if I can get it running smoothly.

Software error:

Can't copy file from temp dir at upload.cgi line 153.

For help, please send mail to the webmaster ([email protected]), giving this error message and the time and date of the error.

You can try it for yourself at:
www.goprintworld.com/upload_form.html

Any advice you all can give me will be very much appreciated.

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

#2 Postby PilgrimX182 » Jun 13, 2007 5:04 am

Sure. In upload.cgi replace

Code: Select all

die"Can't copy file from temp dir"
with

Code: Select all

die"Can't copy file from temp dir: $!"
this will show you detailed error.
your 'upload' folder chmoded to 777? Make sure both temp & upload folders are on same disk partition.

thechanceg
Posts: 2
Joined: Jun 12, 2007 9:26 pm

#3 Postby thechanceg » Jun 18, 2007 4:46 pm

Never mind. I found a different solution.

Thanks