Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: File Upload


Message #1 by "Brian Marshall" <bmarshall@n...> on Fri, 18 Oct 2002 19:49:38
I am haveing trouble uploading files using the enctype="multipart/form-
data"

the problem is i lose all my prams when i click on my attach button

is there a diffrent way to upload files?

the web application uses a combination of JAVA, XML and XSL

can anyone help??

------ here is what my form header currently looks like -------
<form name="ldoForm" method="post" action="http://xxx/LRWeb/LRServlet">
 <input name="session_id" value="20021018145729522" type="hidden">
 <input name="app_name" value="LDO_WEB" type="hidden">
 <input name="url" value="http://donkey/LRWeb/LRServlet"type="hidden">
 <input name="function_name" value="LDO_Q_ADDRESS_HND" type="hidden">
 <input name="required_fields" value="STREET_NAME" type="hidden"> 

Brian Marshall
Software Developer
NovaLIS Technologies
 

  Return to Index