Posts Tagged ‘file upload’

Multiple file uploads and progress bar with XHR2 and jQuery

Thursday, June 7th, 2012

I just found this example of how to do multiple file uploads and showing progress too. This works with the normal file handling using $_FILE as opposed to my earlier example that used stream_copy_to_stream.... Read More

Multiple File Uploads with XHR and PHP

Monday, October 25th, 2010

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 however, to make the solution fit with my own scenario and I detail them below.... Read More

File uploading in RoR

Monday, March 15th, 2010

Update: here is the file upload equivalent using form_for:... Read More