you need to use
 
1. type="file" in the form within the browser.
 
2. get a ServletInputStream (?) from the request object in Orion and parse out the byte stream.
 
do a search for ServletInputStream in google or something and you should find some examples.
 
afaik, there is no simple method to call to extract an uploaded file from a request but parsing out the ServletInputStream data is not that hard.
 
greg.
----- Original Message -----
Sent: Monday, March 04, 2002 5:38 PM
Subject: File Upload from an Application

Hi

 

I am trying to upload a file from an application to the orion server, but could not find the right solution so far.

Does anyone has a nice solution ?

 

Michael

Reply via email to