Hello!

I'm using fileupload for a page that sits in between the actual server 
receiving the call and the browser.
So what I'm doing at the moment is:
- Parsing the request with parseRequest
- Getting the file with fileItem.get()
- checking a few things
- encoding it in Base64
- calling the final webservice of the actual server, basically forwarding the 
data

I wonder if it's possible to skip the decoding-encoding mess, and just get the 
base64 data straight :)

Thanks for any hint.

M.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to