File Upload Summary

Source: Internet
Author: User
When uploading a file to a traditional form form, be careful to add
Enctype= "Multipart/form-data"

If Multipart/form-data is used, the request must be in the form of a post

If use enctype= "Multipart/form-data", then in the process of file upload will automatically calculate the size of the file, and the content segmentation information boundary placed in the request header Content-type, as follows:
Content-type:multipart/form-data; Boundary=${bound}

This value is written by HTTP on its own calculation, so you don't have to set it manually.
If this value is set manually, HTTP does not update it
Sometimes the background report boundary error, it is possible to manually set the header in the Content-type value of the reason.

File Upload Summary

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.