XUpload - Not seeing Progress Screen

Message
Author
metasteve
Posts: 5
Joined: Sep 26, 2008 9:01 pm

Not seeing Progress Screen

#1 Postby metasteve » Sep 26, 2008 9:05 pm

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.

DonCano
Posts: 3
Joined: Sep 24, 2008 1:13 pm

#2 Postby DonCano » Sep 27, 2008 10:18 am

yeh, I've got this problem too,.. It's very disgusting, the programmers must give us a step by step FULL installation instruction!!

metasteve
Posts: 5
Joined: Sep 26, 2008 9:01 pm

Working

#3 Postby metasteve » Sep 27, 2008 4:13 pm

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.

metasteve
Posts: 5
Joined: Sep 26, 2008 9:01 pm

More issues

#4 Postby metasteve » Sep 27, 2008 4:16 pm

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?

metasteve
Posts: 5
Joined: Sep 26, 2008 9:01 pm

Also...

#5 Postby metasteve » Sep 27, 2008 4:56 pm

Also.... It seems like the uploading is happening... the little popup window with the Update.cgi file is not updating and shows no uploading... but I think it is happening in the background.

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

#6 Postby PilgrimX182 » Oct 06, 2008 10:25 am

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:

Code: Select all

for(1..5){ last if -e $flength_file; sleep 1; }
then increase 5 to 15. This is timeout in seconds.

cross
Posts: 2
Joined: Dec 03, 2008 1:58 pm

#7 Postby cross » Dec 03, 2008 2:22 pm

PilgrimX182 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:

Code: Select all

for(1..5){ last if -e $flength_file; sleep 1; }
then increase 5 to 15. This is timeout in seconds.
Hi
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?

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

#8 Postby PilgrimX182 » Dec 03, 2008 2:34 pm

Disable mod_security & mod_gzip & mod_deflate on your server cause they're caching upload stream.

cross
Posts: 2
Joined: Dec 03, 2008 1:58 pm

#9 Postby cross » Dec 03, 2008 3:33 pm

PilgrimX182 wrote:Disable mod_security & mod_gzip & mod_deflate on your server cause they're caching upload stream.
I've tried with .htaccess and without it :( defeat
I've sent PM to you.