jrbasso/MeioUpload

upload progress bar

waspinator opened this issue · 1 comments

is there any way to add a progress bar for meioupload, once the form has been submitted? This would be useful for large files.

MeioUpload does not handle client-side integration. You should look into an uploadprogress extension such as http://pecl.php.net/package/uploadprogress, or use a Flash/JS solution, as PHP doesn't allow users to inspect other running processes by design.