Phpmotion:ERROR: Failed to find flength file

Solution:

To disable upload Progress Bar, you need to make following changes Open /include/settings/upload.php FIND Code: $use_upload_progress_bar = 1; REPLACE WITH Code: $use_upload_progress_bar = 0;

Leave a comment