"Drag and Drop" option to the "Upload Files" tab in FilePicker stopped accepting dropped files
See original GitHub issueCategory
[ ] Enhancement [X] Bug [ ] Question
Version
Please specify what version of the library you are using: [ 3.3.0 ]
Expected / Desired Behavior / Question
“Drag and Drop” option to the “Upload Files” tab in FilePicker should use dropped files from explorer.
Observed Behavior
dropped files do nothing to the control
I think previous versions did wok
Steps to Reproduce
may code is:
<FilePicker label='Files to add' buttonLabel={'Add Files'} includePageLibraries={false} hideLocalUploadTab hideOrganisationalAssetTab // hideRecentTab hideStockImages storeLastActiveTab={true} onSave={_onFilePickerSave} hideSiteFilesTab context={props.context} required />
maybe I need to change a property?
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
"Drag and Drop" option to the "Upload Files" tab in FilePicker ...
Issue Title Created Date Comment Count Updated...
Replace customize‑cra with craco 0 2022‑06‑24 2022‑10...
Kowl Business & Redpanda 2 2022‑06‑15 2022‑11...
Publish message is not working...
Read more >10 Things About Drag And Drop File Upload You May Not ...
One way of doing so is by dragging your mouse cursor over the files you want to select, dragging them over the file...
Read more >add "Drag and Drop" option to the "Upload" tab in FilePicker
I would like to have only the Files (many) picker and drop zone in the control. so the OnDrope event will give a...
Read more >Creating a ReactJS drag and drop file upload component
This blog post has you covered. Build a component that listens to drag events, handles drops, and falls back to the traditional file...
Read more >drag drop files into standard html file input - Stack Overflow
Yes, it does these days. Not a trick. Very intentional. Also very intentionally very restricted. You can't add files to the list, or...
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
@Ofer-Gal strange i’am validating if methods exist in browser before the upload, i will give a look.
I upgraded Edge and it works fine now. Thanks