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
XUpload - Files doesn't upload
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
That is correct it doesn't work. I sholdn't with form action you specified
In upload_form.html
You have:
Should be:
Fix this and everything should work fine.
Thanks for purchasing Pro version!
In upload_form.html
You have:
Code: Select all
action="http://www.eventfabrics.com/cgi-bin/upload_status.cgi?upload_id="
Code: Select all
action="/cgi-bin/upload.cgi?upload_id="
Thanks for purchasing Pro version!