I do not know what the problem is but When I upload a file, I get the pop up window but it i blank... a few seconds go by and I get the text "Transfer Complete" but there is no file uploaded.
My references to the cgi-bin folder... can they be absolute? I tried "http://www....com/cgi-bin/..." but that did not work either.
XUpload - Not seeing Progress Screen
Working
I finally got it working after trying many different ways to put in the path to everything. For the update.cgi script, I have to use the long path from the server root but to the post.cgi, I did not use any path at all since it was in the same directory... wierd.
More issues
Sometimes when get the pop up screen and the progress screen loads, the upload will not start... I reload this page in the window a few times then it starts and everything is fine... Is there some cache problem?
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Guys, read INSTALL.txt, everything important and required steps are there.
2metasteve: yes, I believe it's caching problem. Try this hack in upload_status.cgi find this line:
then increase 5 to 15. This is timeout in seconds.
2metasteve: yes, I believe it's caching problem. Try this hack in upload_status.cgi find this line:
Code: Select all
for(1..5){ last if -e $flength_file; sleep 1; }
HiPilgrimX182 wrote:Guys, read INSTALL.txt, everything important and required steps are there.
2metasteve: yes, I believe it's caching problem. Try this hack in upload_status.cgi find this line:then increase 5 to 15. This is timeout in seconds.Code: Select all
for(1..5){ last if -e $flength_file; sleep 1; }
I have the same problem but solution
"increase 5 to 15" doesn't work for me
Content of popup shows at the end of transfer only. I've tried on IE7 and FF3.0.4
Besides all is OK.
I have XUpload script 2.6 18-Jan-2007, Debian 4.0 (kernel 2.6.26.5), perl v5.8.8 built for i486-linux-gnu-thread-multi, Apache/2.2.3 Server built: Mar 22 2008 09:29:10.
Do you have any idea to help me?
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm