Hey folks,
in order to monitor the upload of large video files I'm using the progress bar as shown in the demo that is shipped with the framework. The upload is working fine and the progress is shown correctly.
However, since the form is targeting a hidden iframe, the server response to the initial post request is sent to that hidden iframe.
So here are my questions:
- Why do I need to target an iframe in the first place?
- How do I display error messages (invalid post requests) or redirects (valid post requests) on the original page, not on the (hidden) iframe?
I know there are various third party solutions to file-uploads out there (uploadify, SWFUpload, etc.), but I wanted to give the zend framework approach a try.
Help is greatly appreciated!
So long,
blaxx