XUpload - CGI folder inside XUpload

Message
Author
azvisual
Posts: 34
Joined: May 23, 2007 9:05 pm

CGI folder inside XUpload

#1 Postby azvisual » Mar 26, 2008 8:01 pm

Xupload Pro 3.

1: Are the files in the CGI folder inside the CGI folder (contains the *.pm files) necessary on the server? Do these files have a function or can be removed? Seems to work fine without them?

2: Sometimes the first try I get "transfer complete" almost immediately. Try again and it works. Any solution to this? Seems to be working 99% of the time, but everyone once in awhile it goes right to transfer complete. Shooting for 100% success here.

Thank you.

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

#2 Postby PilgrimX182 » Mar 27, 2008 7:05 am

You can try to remove CGI.pm, CGI folder, Digest, HTML folders if you have these perl modules installed on your server.

Do you have this line in upload_status.cgi?

Code: Select all

for(1..5){ last if -e $flength_file; sleep 1; }
it's 5 there in your code? Try 15.