Hi, everyone,
I want to ask a question about the multipart/form-data. In the HTTP header, I find that the Content-Type: multipart/form-data; boundary=???. Is the ??? free define by the user? or it is general from the HTML? Is it possible for me to define the ??? = abcdefg? Thank you.