Hi,
I have uploded the file using the following stuff. But how to get it
back at the server. I want it to be saved in the server/database in BLOB.
Please help me to get out of this prob.
The form Code is as below. The file i have to trnasfer is a BINARY ONE.
-------------------------------
<FORM NAME="myForm"
ACTION="TargetURL.asp"
ENCTYPE="multipart/form-data"
METHOD="post">
<INPUT TYPE="file" NAME="myFile">
<INPUT TYPE="submit" VALUE="Upload File">
</FORM>
One more Question. Can i read a binary file using the Javascript.
Thanking u all
Subhash K Nambiar