XUpload - Upload Problem ONLY on MAC

Message
Author
uweheldt
Posts: 2
Joined: Feb 09, 2007 11:04 pm

Upload Problem ONLY on MAC

#1 Postby uweheldt » Oct 15, 2007 3:35 pm

Hi there,

I'am using XUpload several times - great tool. But if the browser is on a mac its running into a problem. I've got

>>
Software error:

Can't copy file from temp dir:
<<

>>
at upload.cgi line 157.
<<

Had the same as there was no rights on the dir. But now there are all rights and everything works fine with IE ind FF on Win but not on MAC?

Any ideas?

Thanks,
Uwe

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

#2 Postby PilgrimX182 » Oct 16, 2007 6:09 am

First of all please tell me your XUpload version.

Then in upload.cgi find code

Code: Select all

die"Can't copy file from temp dir";
and replace with

Code: Select all

die"Can't copy file from temp dir ($fname)($!)";
and try to upload from MAC again to see error details.

I think I have quick fix for you, only provide me with details above.