File upload in Oracle apex for virus scanning

227 Views Asked by At

I'm working on app where user will upload files. These files need to be scanned for malware and then stored in Azure storage (will be done by REST APIs). I don't want to upload files to actual database at any instance hence APEX_APPLICATION_TEMP_FILES or other BLOB approach can't be used as these will store file in database even it might be temporary or session based.

If apex file browse item is used, on page submit it automatically uploads the file to APEX_APPLICATION_TEMP_FILES which I don't want. Is there a way I can use apex file browse but not upload to APEX_APPLICATION_TEMP_FILES?

Or if anyone have used malware scanning with Apex?

0

There are 0 best solutions below