[ http://issues.apache.org/jira/browse/FILEUPLOAD-119?page=comments#action_12449065 ] Martin Cooper commented on FILEUPLOAD-119: ------------------------------------------
Even without the latest streaming changes, encrypting the file on the server, prior to writing it to disk, could be accomplished by providing your own FileItem implementation, along with a factory for it. You could probably get away with subclassing DiskFileItem. > The encryption & decryption of uploaded file > -------------------------------------------- > > Key: FILEUPLOAD-119 > URL: http://issues.apache.org/jira/browse/FILEUPLOAD-119 > Project: Commons FileUpload > Issue Type: New Feature > Environment: Windows/Linux > Reporter: inderjeet > Priority: Critical > > Hi, > Can we upload the file in the encypted format and later decrypt it to show > the file so that noone can directly open the file from the disk space (hard > disk) where i have uploaded the file usinf fileUpload functionality. This is > the major concern for our project ? > Is there any external library which can do this for us even just after we > upload the file through this API ? > Thanks & Regards > Inderjeet -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
