AW: [fileupload] accessing the base64 encoded file

2016-06-26 Thread Massimo Redaelli
Well, the checks don't have to be on the data itself, but might for instance be on authentication issues. Or the size of the uploaded data. M - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional

Re: [fileupload] accessing the base64 encoded file

2016-06-24 Thread Benedikt Ritter
Hello Massimo Massimo Redaelli 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

[fileupload] accessing the base64 encoded file

2016-06-23 Thread Massimo Redaelli
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