Ajax (IFRAME) No refresh submission form, upload file _ajax related

Source: Internet
Author: User
Look through the data and get the result: no
But at the same time also found a solution, is to use the way to the IFRAME to submit the form, that is, the implementation of no refresh submission form can upload files!
One, HTML code
Copy Code code as follows:

<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 "/>
<title> No refresh submission Form </title>
<script type= "Text/javascript" >
<!--
function Callback (str) {
alert (str);
}

--></script>
<body>
<form name= "Form1" method= "POST" action= ". /post.php "target=" Post_frame "enctype=" Multipart/form-data ">
<iframe name= ' post_frame ' id= post_frame "style=" Display:none; "mce_style=" Display:none; " ></iframe>
<input type= "file" Name= "img"/>
<input name= "power[]" type= "text"/>
<input type= "Submit" value= "complete the above modification" name= "Submit"/>
</form>
</body>

Second, PHP code (processing code)
The code here would like how to write how to write, but the execution of this in the HMTL page should be a performance, this time to use the last page of the function callback ()
Copy Code code as follows:

Echo ("<script type=\" text/javascript\) >parent.callback (' Operation successful! ') </script> ");
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.