Hello Everyone !

Did anybody here try to modify the code of the Jupload applet to add some file encryption mechanism during file upload ?
I did a search on this forum but found nothing related to this topic

I have downloaded last Jupload source code version on svn repository , compiled the project with eclipse and read the package.html documentation in "filedata" directory and also had a look at the PictureFileData.java file BUT it seems that a temp file is always used in "beforeUpload" function.
What I would like to achieve is to do "on the fly" encryption by returning an encrypted stream instead of the current file stream.
Is there a way to do that ? Did anyone already implement some encryption (even with a temp file this would be a first step) ?
Thanks for any help because I'm a bit lost ...
