For a project that I am working on in IE11 and Oracle-ADF I am trying to implement DropzoneJS for a drag-and-drop upload feature the client requested.
Oracle-ADF exposes a Javascript API (AdfFileUploadManager) which requires you to call addFileToQueue(Object file) to send files to the backend.
DropzoneJS however requires you to set a URL in the options (or use the standard form action) both of which do not seem to work in this scenario. Is there any way in DropzoneJS to call this function instead of set a POST url?