Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Urgent - Getting the uploded file back at the server


Message #1 by "Subhash K Nambiar" <subu_nbr@y...> on Thu, 26 Jul 2001 06:19:32
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


  Return to Index