Andrew Havens Ruby Developer

AJAX file upload with Zend Framework and jQuery

18 November 2010

I’m in the process of trying to create a Zend Framework plugin, or helper that will add AJAX file upload capabilities to a Zend Form. It needs to degrade gracefully so that a user can still upload a file in case they have JavaScript (or Flash) disabled in their browser.

Here’s some plugins I’ve found along the way that might help you:

If you have any experience (or success) with this, please share it in the comments.

I’ll post the solution when I am done.