I haven't done this, but I would upload the files using ajax an I think
you should be looking at Zend_Http_Request for that and store the
filenames in hidden formElements for persistence.
-Bart
Justin Hendrickson schreef:
I'm trying to create a Zend_Form that contains a couple of
Zend_Form_Element_File elements, amongst other things. I want to
support previewing the content before submitting, but I'm not sure how
to make the file elements stick from the preview to the submit. Has
anyone found a good way of handling this?