Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: enctype="multipart/form-data"


Message #1 by "mo malik" <savakuk@y...> on Sun, 5 Aug 2001 00:03:30
hello, am uploading files from the browser to the server in a .jsp page. 
As part of this page, there is a form which accepts input of type 
file...now i know from using html that you need to use 
enctype="multipart/form-data",in the <form> header for the files...i also 
need to send some text info to the next page along with the files. 
unfortunately, after the <form> tag, when i put an input type other than 
file, the text doesnt seem to reach the next page...does anyone know why? 
cheers for any replies. 

  Return to Index