I am trying to POST a binary file to a web form
<FORM ENCTYPE="multipart/form-data" method="POST" action="act_upfile">
<INPUT TYPE=FILE NAME="filename">
<INPUT TYPE=SUBMIT NAME="Upload">
</FORM>
I am using the following routine to do the POST...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.