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.