Dani3lSun / apex-plugin-dropzone

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

Plugin Not showing in ORDS #28

Closed moinsultan closed 7 years ago

moinsultan commented 7 years ago

Dear Developer , i am going to install dropzone plugin in apex 5.1 ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64 when i create region with dropzone plugin its showing nothing. please help me to run this plugin.

Thanks Moin Sultan

Dani3lSun commented 7 years ago

Hi @moinsultan it is likely that the necessary JS/CSS files of the plugin are not loaded, because they are not found... If you open your Browser Console, do you see some "404 Not Found" error messages?

If so, please check if you have edited the plugins file prefix to some server side path and check if the plugin files are correctly located there. If you have not edited the file prefix, so you just imported the plugin and nothing else, I would say that something is wrong with your server configuration, please check the APEX installation guide, especially the part about static files.

moinsultan commented 7 years ago

thanks @Dani3lSun I added my JS/CSS files path so its working now.

Thanks.