Recommend this page to a friend! | ![]() |
![]() |
All requests ![]() |
> | Large file upload handler | > | Request new recommendation | > | ![]() |
> | ![]() |
||
by Keith Wallis - 5 months ago (2015-09-16) large upload
+3 | Looking for class that will handle large file uploads including giving information to the user as it progresses. Ideally something that can also handle lost packets, dropped connections and is production ready. |
+1 |
In php 5.4 and after upload progress is build into php. I am thinking about doing a blogpost + video about this here on phpclasses.org. |
+1 |
This forms generation class comes with a plug-in that can show the progress of file uploads. It relies on a PHP extension named uploadprogress. If you can install it in your server environment it works well. Here is an article explaining a bit how PHP upload progress works. If you cannot install this extension in your environment, you may be able to deal with upload progress on the browser side in JavaScript. |
Recommend package | |
|