Dani3lSun / apex-plugin-dropzone

Oracle APEX Region Plugin - Dropzone
MIT License
72 stars 19 forks source link

Upload to Cloud #18

Closed Fatehcis closed 7 years ago

Fatehcis commented 7 years ago

Expected behavior

Actually, it is a feature request, you've done an amazing job. It would really be nice if you add options for direct upload to Amazon and Oracle Cloud Storage.

Actual behavior

Steps to reproduce the issue

APEX version (4.2.6 / 5.0.3)

Used web server / version and platform (ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64)

Used web browser / version and platform (Chrome 48 Mac / Firefox 44 Windows)

jeffreykemp commented 7 years ago

Is there a single one-size-fits-all standard method for uploading to the "cloud"? I wouldn't want the plugin to be complicated with all the different parameters needed to support all the different cloud storage providers and methods for uploading - these are better served with custom code outside the plugin.

Dani3lSun commented 7 years ago

Hi @Fatehcis

you already asked this kind of question some months ago, the answer is still the same. The Plugin handles the file upload process to DB, from there you should use custom code to upload it further to external storages! More detailed answer from the past: https://github.com/Dani3lSun/apex-plugin-dropzone/issues/5