In my current setup I'm uploading a file via a form on "form.php". This form's action calls to a new php file, "upload.php" ,that handles the upload and writes it to the server.
On my form.php I want the user to receive some sort of feedback that the file is being uploaded. This doesn't necessarily have to be a progress bar, a simple percentage from 0-100 will do the trick.
But for some reason all the examples I'm finding via google involve the use of iFrames and I can't get them to work. Is there a method for only retrieving the percentage uploaded, without the use of iFrames?
So to be clear: I do want to use jquery/apc/php/ajax etc, whichever require the job to be done. I don't want to use iFrames/Flash/HTML5 only/Plugins