You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Beehive application only allows users to upload one image at a time. This limitation can be inefficient for users who want to upload multiple images in a single session.
To improve usability and streamline the upload process, we need to implement a multiple image upload feature.
Proposed Solution:
create and upload form to allow multiple file selections (multiple attribute in HTML).
Update the backend to handle multiple files
Modify the upload_image() route to process multiple files from the request.
I believe that this Issue is caused by JS Code responsible for drag and drop feature dragdrop.js
and then the way the upload_image() route handles it afterwards
This is already implemented in the dev branch. Please switch to dev branch for the bug reports. Currently the main branch is frozen. Therefore, you are seeing the code that does not have this (and some other issues) fixed.
Currently, the Beehive application only allows users to upload one image at a time. This limitation can be inefficient for users who want to upload multiple images in a single session.
To improve usability and streamline the upload process, we need to implement a multiple image upload feature.
Proposed Solution:
I believe that this Issue is caused by JS Code responsible for drag and drop feature
dragdrop.js
and then the way the upload_image() route handles it afterwards
The text was updated successfully, but these errors were encountered: