Closed
Description
📝 Issue Description
The current UI on the index.html
upload image page allows users to upload only a single image at a time. However, the backend supports uploading up to 5 images simultaneously. This feature enhancement would enable users to upload multiple images in a single interaction, aligning the frontend with backend capabilities.
🎯 Expected Outcome
- Update the
file input field
in theindex.html
to accept multiple files. - Add a visual
indicator
or label to inform users theycan upload up to 5 images.
- Implement
any necessary JavaScript updates
to handle multiple file uploads efficiently. - Ensure appropriate
error messages
are displayed if the user tries to upload more than 5 images.
📋 Additional Context
No response
📜 Confirmation
- I have reviewed the existing issues to avoid duplication
- I have provided sufficient detail for others to understand the issue