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
XUpload - Upload Problem ONLY on MAC
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
First of all please tell me your XUpload version.
Then in upload.cgi find code
and replace with
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.
Then in upload.cgi find code
Code: Select all
die"Can't copy file from temp dir";
Code: Select all
die"Can't copy file from temp dir ($fname)($!)";
I think I have quick fix for you, only provide me with details above.