Dani3lSun / apex-plugin-dropzone

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

Seems like ORDS is needed #67

Closed GasparYYC closed 4 years ago

GasparYYC commented 5 years ago

Hi. Just reporting that my app with the Plugin-dropzone (latest version) does not work on an APEX Server with just Embedded PL/SQL Gateway. I have moved it to a server with ORDS and works fine. (I tried twice the same file) The error is the same as issue #66 Based on the DA firing is the FileUploadError is what is tripped.

Note: Both environments are APEX v19.1 and the one with ORDS is: v18.3.0.r2701456

Cheers!

Dani3lSun commented 5 years ago

Hi @GasparYYC which upload method do you use? I don't have an env with embedded PL/SQL gateway, but it should at least work with the chunked method...

GasparYYC commented 4 years ago

Hi @Dani3lSun Sorry for the very-very late reply.

I have just confirmed on Oracle EPG to get it to work I have to select "Chunked Upload". When ORDS is available then "Normal Upload" works perfectly fine.

I recommend you edit the documentation specifying that for Oracle EPG the plug-in must select "Chunked upload".

Thank you. -Gaspar