Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | Large file upload handler | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
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 | by Johnny Mast 60 - 4 days 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 11100 - 4 months 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 | |
|