Top "Http-upload" questions

Whats Content-Type value within a HTTP-Request when uploading content?

I need to extract uploads from http-trafic. How could do that? First of all, the request-method will be POST. Secondly, …

http http-upload
multipart/form-data vs application/octet-stream

I'm creating a simple REST API for uploading files. From other API's I found they use "multipart/form-data" content type. …

http post http-upload
Passing parameters along with a multipart/form-data upload form (Java Http Post Upload)

I have a code base which currently uploads file using Post and has enctype as multipart/form-data. Now I need …

java post multipartform-data http-upload
Multiple image upload without flash

I want to use HTML and PHP for 9 or more images upload. The problem is that I don't want 9 upload …

javascript html http-upload