Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple file upload #475

Merged
merged 2 commits into from
Sep 27, 2022
Merged

Conversation

PawelSuwinski
Copy link
Contributor

@PawelSuwinski PawelSuwinski commented Sep 23, 2022

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
Copy link
Member

Nice improvement!

Co-authored-by: Alan Poulain <contact@alanpoulain.eu>
@alanpoulain alanpoulain merged commit 414d297 into api-platform:main Sep 27, 2022
@alanpoulain
Copy link
Member

Thank you @PawelSuwinski.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants