Posts Tagged ‘progress’

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