Recommend this page to a friend! |
All requests | > | Large file upload handler | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Keith Wallis - 9 years ago (2015-09-16)
+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. |
0 | by MOUSTAFA ELGAMMAL 185 - 8 years ago (2016-02-29) Comment you should check you php.info for MAXSIZE |
+1 | by Johnny Mast 165 - 8 years ago (2016-02-10) Comment 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 | by Manuel Lemos 23995 - 9 years ago (2015-09-21) Comment 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 | |
|