Jquery.form asynchronous upload files Frequently asked questions resolved

Source: Internet
Author: User
Tags button type

Jquery.form Common methods I don't say much, mainly talking about the problems encountered in the use of the process

1. Prompt "XXXX" is not define or "xxx" is not a function

This checks their own code, where careless write the wrong word, the path is not written correctly, the wrong file is quoted, etc.

2. After using the Ajaxform function to write a good method, click the button no response

This problem requires the button type= "button" to be set to type= "submit" and need to put the button inside the <form></form> to proceed to submit.

Or first call the form's Submit method, execute in the method, in short, the form commits the action to touch the method. While

In form form, add enctype= "Multipart/form-data" to this property

3. The response can also be submitted to the background, but the data received is empty

This problem is because you have not put your type= "file" control to set the Name property, preferably the same as the ID setting, need to get the value of the <form> control to set the Name property

Jquery.form asynchronous upload files Frequently asked questions resolved

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.