I’m sure this has been asked before, but as I can’t seem to find a good answer, here I am, asking… again. 🙂
Is there any way, using only a mixture of HTML, JavaScript/AJAX, and PHP, to report the actual progress of a file upload?
In reply to anyone suggesting SWFUpload or similar:
I know all about it. Been down that road. I’m looking for a 100% pure solution (and yes, I know I probably won’t get it).
If you’re able to add PECL packages into your PHP, there is the uploadprogress package.
The simplest way would be to just use swfupload, though.