XUpload - Files doesn't upload

Message
Author
krees
Posts: 3
Joined: Jun 15, 2007 6:12 pm

Files doesn't upload

#1 Postby krees » Jun 15, 2007 6:15 pm

Hi-

I'm using v2.6 Pro on linux.

First, I got a bunch of errors from the javascript file saying a bunch of variables were undefined. So I added a declaration for each of them.

Second, I can't upload a file from the test html file. It says "transfer complete", but the file is not uploaded. I have declared the paths correctly (i.e. target_dir => '/var/www/html/customers.eventfabrics.com/files',). I have also chmod the directories to 777.

You can try it here:
http://customers.eventfabrics.com/test/upload_form.html

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

#2 Postby PilgrimX182 » Jun 18, 2007 5:34 am

That is correct it doesn't work. I sholdn't with form action you specified :)

In upload_form.html

You have:

Code: Select all

action="http://www.eventfabrics.com/cgi-bin/upload_status.cgi?upload_id="
Should be:

Code: Select all

action="/cgi-bin/upload.cgi?upload_id="
Fix this and everything should work fine.
Thanks for purchasing Pro version!

krees
Posts: 3
Joined: Jun 15, 2007 6:12 pm

#3 Postby krees » Jun 18, 2007 6:56 am

I get this error:

"The requested URL /cgi-bin/upload.cgi was not found on this server."

This may be how my server is set up. Since it's coming from a subdomain, I don't think it recognizes the cgi-bin this way.

krees
Posts: 3
Joined: Jun 15, 2007 6:12 pm

#4 Postby krees » Jun 18, 2007 5:27 pm

This is frustrating. I had this working with the previous version (2.5). I haven't changed any paths. I don't know why it's not working now.