Trying to find an AJAX file upload solution for Zend Framework using jQuery

Andrew picture Andrew · Apr 13, 2009 · Viewed 13.3k times · Source

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!

Answer

Gregory Pakosz picture Gregory Pakosz · Dec 14, 2009

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.