One click upload file widget inside a renderPartial() ?

Hi there,

I’ve got a form where I want the users to upload an undefined number of documents, with a one click upload (clicking the button opens the OS file selector, and pressing OK does the upload).

So I want to do this in a nice AJAX way with a "Add Document" button that generates a new entry.

The problem is that I can’t find any widget that works with renderPartial(). I’ve used MUploadify and EAjaxUpload without success. Does anyone know how to do this ?

Cheers

Renaud

All right I found the solution : you have to user renderPartial with processOutput = true