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.
XUpload - CGI folder inside XUpload
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
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?
it's 5 there in your code? Try 15.
Do you have this line in upload_status.cgi?
Code: Select all
for(1..5){ last if -e $flength_file; sleep 1; }