![]() |
|
|
|
|
|||||||
| Virtual Private Servers (VPS) Need help with your VPS plan on HostICan? Please feel free to ask and we'll give you the answers! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
To provide my web site users with a file upload progress bar I am using the uber-uploader (http://uber-uploader.sourceforge.net) which is free (Public license) open source software.
I’m having some problems with it which I believe are related to the VPS settings. I was wondering if anyone else was using this uploader? When doing a file upload sometimes I get the error message, "Failed to Find Flength File". Other times I will see the upload progress bar which moves pretty quickly until it hits around 30%. Then it stops, and after a few seconds it disappears, and then I get an Internet Explorer error "cannot display the webpage". In Firefox I get the message, "The connection was reset." The odd thing is that for small file uploads (less than 10MB) it never has problem. I have tried many suggestions including checking the php.ini settings such as the "upload_max_filesize" and the "post_max_size" Also, everything appears to be set correctly in my php config and .htaccess file. If it is a timeout problem . . . what would be a good way to verify that? I’ve checked the Apache error_log and there was no evidence of a problem. I am running Apache version 2.2.11 (Unix) PHP version 5.2.9. |
|
#2
|
|||
|
|||
|
I also use "uber-uploader". Do not waste your time to search another program for upload, this one is best of the best. Did you set up correctly all the parameters in "ubr_default_config.php" file? Look at this line which contained in this file:
Code:
$_CONFIG['max_upload_size'] = 5242880; //(5 * 1024 * 1024 = 5242880 = 5MB) |
|
#3
|
|||
|
|||
|
Thanks for the suggestion. Unfortunately, that did not solve the problem.
|
![]() |
| Tags |
| apache, bar, file, progress, uber-uploader, uberuploader, upload |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|