Hello Massimo Massimo Redaelli <[email protected]> schrieb am Do., 23. Juni 2016 um 18:16 Uhr:
> 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 :) > How can you do your checks if the data is still encoded? Benedikt > > Thanks for any hint. > > M. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
