thedigicraft / Atom.CMS

Atom.CMS
56 stars 50 forks source link

Button removal #33

Open audiodk opened 10 years ago

audiodk commented 10 years ago

How do I remove the Choose File from the dropzone.js plugin?

thedigicraft commented 10 years ago

I believe that if you remove the input filed it may take that out. However, I am not sure if that is needed for the drag and drop to still work. You might try it out though.

audiodk commented 10 years ago

Ok. I was also looking at the dropzonejs.com and looked how they set it up and this is what I saw.

<form action="http://www.torrentplease.com/dropzone.php" class="dropzone dz-clickable" id="demo-upload">
<div class="dz-default dz-message"><span>Drop files here to upload</span></div></form>

Would this work also?