News Feed
Jobs Feed
Sections




News Archive
ProDevTips.com:
Multiple File Uploads with XHR and PHP
October 26, 2010 @ 10:08:53

New on ProDevTips.com there's a quick tutorial that includes a snippet of code showing you how to upload larger images with the help of HTML5 and this Ajax uploder.

So the jQuery / Flash multiple file uploader has not really been working when it comes to heavy duty stuff "Flash player has crashed" is a common scenario after some six < 2MB pictures, problem is, it needs to be able to handle up to 50 of them. Therefore I decided to check out the HTML5 alternatives and eventually found a really good one. I did have to make some modifications to make the solution fit with my own scenario and I detail them below.

He talks about some minor modifications he made to the code (like adding in watermarks) and includes the code for the new "uploadImages()" function that will handle the upload, build a thumbnail and output a result to send back to the uploader for a pass or a fail on the status.

0 comments voice your opinion now!
multiple file upload tutorial html5 ajax


blog comments powered by Disqus

Similar Posts

Boston PHP User Group: February 2006 Meeting - 7th @ 6:30pm

Alexander Netkachev's Blog: Installing Propel object persistence layer for Web application

Raphael Stolt's Blog: Using MongoHq in Zend Framework based applications

PHPit.net: Book Review - AJAX and PHP - Building Responsive Web Applications

C7Y: Optimizing with APC


Community Events











Don't see your event here?
Let us know!


language release interview database framework testing usergroup phpunit introduction unittest functional conference zendframework2 opinion podcast rest community series symfony2 development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework