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

Multi-file upload. #58

Open
Reisen opened this issue Apr 13, 2019 · 0 comments
Open

Multi-file upload. #58

Reisen opened this issue Apr 13, 2019 · 0 comments
Labels
enhancement New feature or request web This requires frontend fixes.
Milestone

Comments

@Reisen
Copy link
Owner

Reisen commented Apr 13, 2019

Currently, the onImageUpload handler in the ImageUpload.tsx view, only handles a single image to upload. This makes uploading bulk images quite painful. To fix this, the current idea to go forward is to update onImageUpload to loop over the selected files, instead of only working on images[0]. It would apply the same tags to each image, and then make a request to the backend to upload each one individually.

See here for supporting code.

@Reisen Reisen added enhancement New feature or request web This requires frontend fixes. labels Apr 13, 2019
@Reisen Reisen added this to the Version 1 milestone Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web This requires frontend fixes.
Projects
None yet
Development

No branches or pull requests

1 participant