Displaying success/failure messages from hidden iframe submit

Posted by Erik Nelson on Stack Overflow See other posts from Stack Overflow or by Erik Nelson
Published on 2010-05-26T15:38:15Z Indexed on 2010/05/26 15:41 UTC
Read the original article Hit count: 253

Filed under:
|
|

I'm using the hidden iframe method to submit a form with a file upload field. I want to display a message back on the page using javascript and I'm not sure how to do this. If this was just a form with text fields I'd do an AJAX post and respond with a message I'd display in my callback function. I'm just not sure how to accomplish this same task with the hidden iframe method since it is a standard form post.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about AJAX