I'm trying to create an "upload file, and email as an attachment" form where the file starts uploading after it has been selected (like Gmail), before sending the email. I would also like to implement a progress bar to show the status of the upload.
There should be all sorts of examples out there, but I just can't find them!
Do you know of any examples, or tutorials, plugins, helpers, or have you done this yourself and would like to share some code samples?
Thanks!
Have a look at
There is also an example of integrating fancyupload with Zend Framework: although fancyupload is based on mootools, you can learn from what's explained.
Note: as fancyupload, uploadify uses flash. However, it degrades when flash is not available.