> There is a file upload standard for HTML from Client -> Server, and yes you
> need a server side component to extract the file etc from the Http data
> stream. We are using sa-filemanager to achieve this - Server side
> activeX control.

Here's the client-side that seems to work... Does anyone know if a suitable
JSP/JAVA solution exists as the target system is currently using JSP for and
beans for the rest of its implementation...

<FORM ENCTYPE="multipart/form-data" ACTION="_URL_" METHOD=POST> 
Send this file: <INPUT NAME="userfile" TYPE="file">
<INPUT TYPE="submit" VALUE="Send File"> 
</FORM> 

--
Aaron Scott-Boddendijk
Jump Productions
(07) 838-3371 Voice
(07) 838-3372 Fax


---------------------------------------------------------------------------
  New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to