I have successfully installed the script and it works perfectly.
However, if you type http://a2zuploads.com in the url (without the www) the file uploads but the progress bar does not update !
I did however, notice that I get an error (on line 405) saying "Access Denied" (I'm trying the same using IE 6)
I'm at a loss as to why the hostname should cause an issue!
Please help !
XUpload - Progress bar doesn't work if hostname (www) is not specified
-
- Posts: 3
- Joined: May 16, 2007 4:39 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
-
- Posts: 3
- Joined: May 16, 2007 4:39 pm
Bingo !
Your right... used relative path and the script works like a charm
I had used the full path, because I wanted to post to a page on another server.
I have servers like http://www.a2zuploads.com http://filehosting.a2zuploads.com http://uploadfiles.a2zuploads.com etc, and based on which server was the least used, I was posting the file for upload to that specific server. Hence, the fixed path.
Now, I'm simply redirecting the user to the specified server and then he selects and post his files for upload!
Thanks a lot.
Excellent Script!
Your right... used relative path and the script works like a charm
I had used the full path, because I wanted to post to a page on another server.
I have servers like http://www.a2zuploads.com http://filehosting.a2zuploads.com http://uploadfiles.a2zuploads.com etc, and based on which server was the least used, I was posting the file for upload to that specific server. Hence, the fixed path.
Now, I'm simply redirecting the user to the specified server and then he selects and post his files for upload!
Thanks a lot.
Excellent Script!
Last edited by pradeepserro on May 18, 2007 7:33 am, edited 1 time in total.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm