Description
Right now file upload logic is using java.io.File directly to represent uploaded files but access to this class is restricted in some cloud environments e.g. Google AppEngine
Attachments
Issue Links
- links to
Right now file upload logic is using java.io.File directly to represent uploaded files but access to this class is restricted in some cloud environments e.g. Google AppEngine