I'm looking for a file upload with a nice JavaScript progress bar. For development, I run nginx 1.9.11 with PHP 7 (FastCGI) on Windows.
Everybody says that any PHP solution will not work, since nginx is buffering the upload and only pass it to PHP when it's finished (i.e. 100%). So - to be honest - I didn't even try it ;-)
Sources:
The solution seems to be the NGINX Upload Progress Module. Unfortunately I can't find any Windows binaries anywhere :-(
Is there a chance to get this module running on Windows? Any ideas anybody?
P.S.: I'm using Symfony 2.8.2 - but I guess that's irrelevant for that matter ;-)
If you want something server independly, you can just upload the files with AJAX and then make a progressbar in Javascript.
A good example of a jquery file upload plugin would be blueimp jquery file upload. https://blueimp.github.io/jQuery-File-Upload/