Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Don't reset file map #42

Closed
wants to merge 1 commit into from
Closed

Don't reset file map #42

wants to merge 1 commit into from

Conversation

henkmollema
Copy link

Currently the elem._blazorFilesById field with the file map reset every time the change event is triggered (e.g. when a new file is selected). This causes issues when selecting multiple files and uploading them at once since the file cannot be found in the map anymore.

Fixes #36

Currently the `elem._blazorFilesById` field with the file map reset every time the `change` event is triggered (e.g. when a new file is selected). This causes issues when selecting multiple files and uploading them at once since the file cannot be found in the map anymore.

Fixes #36
@henkmollema henkmollema closed this by deleting the head repository Apr 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to upload multiple files on form submit?
1 participant