XUpload - Hint in the right direction (CGI open of tmpfile error)

Message
Author
cawfee
Posts: 2
Joined: Dec 11, 2007 2:53 am

Hint in the right direction (CGI open of tmpfile error)

#1 Postby cawfee » Dec 11, 2007 2:55 am

Heya,

I've been trying to bend this straight, and have gotten quite far, but this leaves me stumped. Upon upload (and making the iframe visible), I get this:

Code: Select all

Software error:
CGI open of tmpfile: No such file or directory
Also, when calling the upload.cgi manually, I get:

Code: Select all

Software error:
Error2 at upload.cgi line 161.
Now, where does the error lie? I pretty much excluded the paths in the XUploadConfig as the culprits, since I've double- and triple-checked those. Is there any other path in a file that could be faulty to cause this?

Thanks in advance C:

cawfee
Posts: 2
Joined: Dec 11, 2007 2:53 am

#2 Postby cawfee » Dec 11, 2007 5:04 am

Fixed it. I was using absolute paths in both the .html file and the configuration file, which was silly. Only the configuration file needs them, the .html file uses relative paths.