Hi, I know this was handled many times here in a way but this is not exactly the regular kind of "ajax submit for an upload field".
I have implemented the ajax submit using the inline frame solution. However...I want to have a preview of an uploaded file (image for example) BEFORE submitting the form. I have several fields in a form one of which is an uploaded file field. Clicking an upload link near the uploaded file field should load the file and not submit the form. When the user sees the file, fills all the other fields he would like to submit the form. This is pretty common use case I guess. Nested forms does not work here (inner form has only an upload field with ajax submit method) so only separate form go....which is not good for me. Is there a descent way to implement this? Thanks, Arie
