api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
480 stars 130 forks source link

multiple file upload #475

Closed PawelSuwinski closed 1 year ago

PawelSuwinski commented 1 year ago

Support of multiple files upload by dataProvider.

Example of usage:

 <CreateGuesser {...props}>
    <FileInput source={"docs"} multiple={true} >
        <FileField source={"src"} title={"title"} download />
     </FileInput>
    (...)
 </CreateGuesser>

Some screenshot: obraz

alanpoulain commented 1 year ago

Nice improvement!

alanpoulain commented 1 year ago

Thank you @PawelSuwinski.