use the package & deployment wizard to package your application for distribution.
if u want your cd to automatically start running the install program when it is inserted, then use an autorun.inf file like this:
Autorun.inf
[autorun]
open = setup.exe
icon = myicon.ico
shell\readme = &ReadMe...
Thanks for responding mattKnight, but no.
This particular project HAS to use HTTP in a web form with the form tag being what i posted above:
(< FORM ENCTYPE="multipart/form-data" method="POST" action="act_upfile >)
No other access methods are available.
The file(s) must...
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.