Hey everyone, I wanted to share about this amazing drop and upload feature that's available as open source on . The CSS and JavaScript are all set up, but for some reason, I'm having trouble getting it to work in my code. I'm pretty new to web development (only been at it for 9 days!), so any guidance would be greatly appreciated.
The main issue I am facing is with the installation process, especially when trying to implement the Dropzone without the CSS. I followed the example provided in the link https://github.com/enyo/dropzone/blob/gh-pages/examples/simple.html, but couldn't get it to work. There was a note indicating:
<!--
DO NOT SIMPLY COPY THOSE LINES. Download the JS and CSS files from the
latest release (https://github.com/enyo/dropzone/releases/latest), and
host them yourself!
-->
I was confused by this because when I compared it to the source code on , they seemed identical and functioning properly. However, when I copied the same code into my index.html file, it didn't work as expected.
If anyone has insights on why this might be happening or suggestions for troubleshooting, please let me know. Thank you!