I currently have a PHP script I use to upload image files but I’m trying to find or create a simple jquery progress bar for the upload.
Does anyone know of a script I could use to do this? I don’t want to replace my entire upload mechanism because it works really well. I just want to display the upload status to the user.
Any suggestions on how I might be able to get the current status from PHP and pass it off to jquery?
http://www.johnboy.com/php-upload-progress-bar is a simple solution.
It doesn’t require flash which is always good!
If i’m correct, however, you can’t upload files from Apple mobile devices.