Skip to content

Multi-file upload. #58

@Reisen

Description

@Reisen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwebThis requires frontend fixes.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions