Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5: AJAX file upload with progress bar

I'm looking to make a file uploader with a progress bar in HTML5. I've tried using a number of tutorials found elsewhere including on SO. This SO answer (the accepted one) seems to get the closest to what I want but I can't work out the PHP end, also both the $_FILES and $_POST arrays appear to be empty.

Before people start saying it's not possible with hidden iframes etc... It should be possible with HTML5.

jQuery is available if required, but my impression is that jQuery does not currently support a lot of HTML5 functionality.

Update:

I'm only worrying about Chrome right now.

like image 425
Endophage Avatar asked Oct 10 '22 03:10

Endophage


1 Answers

I think this might work for you http://aquantum-demo.appspot.com/file-upload

like image 195
Vladimir Avatar answered Oct 17 '22 23:10

Vladimir