`autoProceed` off do not show pending files
See original GitHub issueIn the live example from your documentation site, it seems when autoProceed
is off, after user select file(s), before click on upload
button, there doesn’t seem to be any way to figure out what are the files pending to be uploaded?
Similarly with the autoProceed
on case, before the upload is complete, there’s no indication what are the files being uploaded or pending to be uploaded.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
const - Uppy
upload() method to be called, before starting an upload. Setting this to autoProceed: true will start uploading automatically after the first file is...
Read more >AutoProcess (Parkers) - City of San Diego
PENDING MASTER FILE RECORD: If no previous expiration date is listed (for example, vehicle being registered for the first time in CA from...
Read more >Autocompletion Error from Seemingly Non-existant File #8328
I've been trying to set up this autocompletion for taskbook and I'm running into a weird issue.
Read more >Manual processing of ML logs is greyed out - LIVEcommunity
Solved: I have one instance of Expedition where I am apparently unable to manually trigger log processing for enabled files - 346699.
Read more >TA100 PRO - Time-Masters
NOTE: Do not launch or run any other applications during the installation ... a) “Full” will install both the software and the database...
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 Free
Top 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
Yes, that makes sense. We are planning to add a mini version of the dashboard, or give a big update to drag-drop, to include progress indications as well. But that won’t be here for a while so best to make it yourself or use
Statusbar
.Hi Murderlon,
Thank you very much for answering my questions with much details. I figured some of the questions out myself too, but just for clarification:
for 2. I meant the list of uploaded file shown under the drag and drop zone. Customize how that’s displayed. I figure I could listen to
file-added
,upload-progress
,upload-success
,upload-error
events, and write custom template to configure how and what exact details I want to show. Do you have better suggestion?for 3, I meant to show names of a given list of fileInfo. If I do have control of how to display the uploaded file list, then I have the full control when and how to show them.
Finally, thanks for your suggestion for 1, that sounds like a good path to investigate in.