The difference between Multipart/form-data and application/x-www-form-urlencoded _php tutorial

Source: Internet
Author: User

The Enctype property of the form element specifies the type of encoding to be used when the form data is submitted to the server, and the default value is "application/x-www-form-urlencoded".

However, this encoding is inefficient when sending large amounts of text to the server, including text or binary data that contains non-ASCII characters.

When a file is uploaded, the type of encoding used should be "Multipart/form-data", which can either send text data or support binary data uploads.

Browser end

The Enctype property value of the form is Multipart/form-data, which tells us that the transmitted data should be used in the multimedia transmission protocol, because the multimedia transmission is a lot of data, so the requirement to upload the file must be the Post method, The type attribute must be file.

http://www.bkjia.com/PHPjc/486559.html www.bkjia.com true http://www.bkjia.com/PHPjc/486559.html techarticle The enctype property of the form element specifies the type of encoding to be used when the form data is submitted to the server, and the default value is "application/x-www-form-urlencoded". However, in the to server ...

  • 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.