I hanged the tpl files from the Omni template and I upload the original and now the upload process is running, but now the progress bar don't appears
I hanged the tpl files from the Omni template and I upload the original and now the upload process is running, but now the progress bar don't appears
For enable upload progress bar
Edit include/settings/upload.php
Set it to 1Code:$use_upload_progress_bar = 0;
Code:$use_upload_progress_bar = 1;
Also set the correct path in cgi-bin/ubr_upload.pl
Bookmarks