PHP Classes

Large file upload handler: Looking for class that will handle large file uploads

Recommend this page to a friend!
  All requests RSS feed  >  Large file upload handler  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Large file upload handler

Edit

Picture of Keith Wallis by Keith Wallis - 8 years ago (2015-09-16)

Looking for class that will handle large file uploads

This request is clear and relevant.
This request is not clear or is not relevant.

+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.

Ask clarification

3 Recommendations

PHP Multi File Uploader: Validate and process one or more file uploads

This recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of MOUSTAFA ELGAMMAL by MOUSTAFA ELGAMMAL package author package author Reputation 185 - 8 years ago (2016-02-29) Comment

you should check you php.info for MAXSIZE


PHP 5.4 Session Upload Progress Bar: Track the progress of file uploads using sessions

This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Johnny Mast by Johnny Mast Reputation 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.


PHP Forms Class with HTML Generator and JavaScript Validation: HTML forms generation and validation.

This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 23770 - 8 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
: 
: