Drop `upload-button` feature
See original GitHub issueThe feature is currently broken. It was initially added because we hide this bar via CSS:
However now we have two reasons why this is not useful:
upload-button
now also takes care of hiding the bar; i.e. the feature can be disabled altogether and the bar reappears- we now also offer a CSS field to restore the bar
Additionally:
- We have a related feature that drops the Upload files button from file lists and does not add an alternative. Likewise, people can just upload files via drag-drop or disable the feature.
Therefore we can either:
- 👎 Keep the feature as JS, but not add the alternative button
- 👍 Drop the JS feature and just hide the bar via CSS (who doesn’t want it can undo it easily in the custom CSS field)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Drag and Drop File Uploading - CSS-Tricks
Regarding states: .box__uploading element will be visible during the Ajax process of file upload (and the others will still be hidden). Then ....
Read more >File upload Feature using HTML CSS & JavaScript - YouTube
Drag & drop file uploader using Javascript and PHP | No Frameworks | Quick Programming Tutorial · Build A Drawing or Paint App...
Read more >Drag & Drop or Browse - File upload Feature using HTML ...
Drag and Drop file upload means you can upload the file by drag & drop. Drag and Drop interfaces permit web applications to...
Read more >Content Manager Request: Adding a Drag-and-Drop Upload ...
Content Manager Request: Adding a Drag-and-Drop Upload Feature ... site visitors to upload files to a collection by setting up a clickable upload...
Read more >How To Make A Drag-and-Drop File Uploader With Vanilla ...
A demonstration of a web page in which you can upload images via drag and drop, preview the images being uploaded immediately, and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m pretty sure it still counts, it’s just that it’s sorted “important, specificity”. So important always wins over non-important, but among important the specificity still wins.
I’m not sure how else the trick would have fixed it.
Den lör 1 juni 2019 04:52Federico Brigante notifications@github.com skrev:
Can we add an option for this?