node-formidable / formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.
MIT License
7k stars 680 forks source link

Choose files button and subsequent tooltip #873

Closed TinajaLabs closed 1 year ago

TinajaLabs commented 1 year ago

Support plan

Context

What problem are you trying to solve?

I see that when I click on the Choose Files button I get the option to select multiple files. When I proceed, I see a count of files selected ("2 Files") and there is a tooltip showing which files have been selected.

How do I get access to the list of the files in the DOM?, so I can display them in the form. Just curious.

It would be better for my users to see an unambiguous list (rather than a subtle tooltip) before submitting the upload.

Thanks for any tips, Chris.

GrosSacASac commented 1 year ago

This is a front end question and off topic. Maybe ask again on stack overflow.