Upload a file to webwb directory without saving in DB.
We have a requirement to upload a pdf document to webwb folder or any external folder where we need not to make any entry in DB. We tried customizing Pega OOTB FilePath and pxUploadFile control but it seems we need to make an Entry to Pega DB inorder to upload a file to webwb directory or else we need to write a complete Java code and control to do file upload an read.
I would like to know is there a way in Pega OOTB to achieve this or what should be the Best practices to achieve these type of requirements ? So, that we can go back to the client and suggest a better option. Please help.