After javascript-post is uploaded, format: requestContent-Typeisn 'tmultipart/form-data is returned.

Source: Internet
Author: User
The error text returned after post is uploaded to MP3 is {& quot; error & quot;: & quot; invalidmultipartformat: requestContent-Typeisn & #039; tmultipartform-data & quot ;} this is an error. It seems that the content type is not multipartform-data. This indicates that the error text returned after the post file is uploaded to MP3 is
{"Error": "invalid multipart format: request Content-Type isn't multipart/form-data "}

Where is the error? It seems that the content type is not multipart/form-data.

Reply content:

The error text returned after the post is uploaded to the MP3 file is this
{"Error": "invalid multipart format: request Content-Type isn't multipart/form-data "}

Where is the error? It seems that the content type is not multipart/form-data.

You have not written the content-type in the header. We recommend that you capture the package or use the debugging mode of the browser to check the package.

Specify the Content-Type to upload files. For example, php uses curl to upload files.
Curl_setopt ($ ch, CURLOPT_POSTFIELDS, $ data );$ Data needs to be an array instead of a string

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.