Note content to be entered

<form action="abc" enctype="multipart/form-data" method="post">
<p>file to upload 
<input type="file" name="datafile" size="40">
<input type="submit" value="SendFile">
</p>
</form>

file to upload

accept:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*

referer:http://wks3012198:8181/akc/hds-test/fileupload.html

accept-language:en-us

content-type:multipart/form-data; boundary=---------------------------7d5265c153071a

accept-encoding:gzip, deflate

user-agent:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)

host:wks3012198:8181

cookie:JSESSIONID=1CFAC21BDE638A0ED1C82FD43A5826F4

connection:Keep-Alive

cache-control:no-cache

content-length:4464

accept:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*

accept-language:en-us

accept-encoding:gzip, deflate

user-agent:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)

host:wks3012198:8181

connection:Keep-Alive

accept:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*

referer:http://wks3012198:8181/akc/hds-test/fileupload.html

accept-language:en-us

content-type:application/x-www-form-urlencoded

accept-encoding:gzip, deflate

user-agent:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)

host:wks3012198:8181

cookie:JSESSIONID=4352C674B3EDA0EC272D77E734286E04

connection:Keep-Alive

cache-control:no-cache

content-length:11

Looks like the multipart form data when submitted goes to the server as a content type. One should be able to check this and determine that this is a mutipart request as opposed to a normal request

accept:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */*

referer:http://wks3012198:8181/akc/hds-test/fileupload.html

accept-language:en-us

accept-encoding:gzip, deflate

user-agent:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)

host:wks3012198:8181

connection:Keep-Alive

cookie:JSESSIONID=4352C674B3EDA0EC272D77E734286E04

authorization:Basic c2F0eWE6c2F0eWFr

See how the form get and a url submission are identical

Data format of a form encoded url

This link will give you a list of the status codes from an http response.