S
Shawn Mesiatowsky
I have an html form that accepts a file for uploading, but I wanted to
create a program to automate the upload procedure.
I beileive you use the Webresponse class, but I was not sure how to use this
class to post a file to a specified website. In some documentation I have,
it also specifies the Request Header must be: Content-type:
application/octet-stream
here is the web site html code:
<form action=post method=post enctype=multipart/form-data> File to
post<input name="FileData" type="file" size="32"><input type=submit
value="Post file to mailbox"></form>
thanks for your help
create a program to automate the upload procedure.
I beileive you use the Webresponse class, but I was not sure how to use this
class to post a file to a specified website. In some documentation I have,
it also specifies the Request Header must be: Content-type:
application/octet-stream
here is the web site html code:
<form action=post method=post enctype=multipart/form-data> File to
post<input name="FileData" type="file" size="32"><input type=submit
value="Post file to mailbox"></form>
thanks for your help