Problem Statement:
Currently, the PWA (Progressive Web App) document picker only allows for single-file selection from the local device. Users, who frequently upload multiple images or documents, are forced to repeat the selection process for every individual file. This creates a significant bottleneck in the workflow.
Proposed Enhancement:
Update the file input component to support the multiple attribute. This will allow users to use standard OS shortcuts (Shift+Click or Ctrl+Click) to select and pull a batch of files into the "pending upload" list simultaneously.
User Story:
As a user, I want to select multiple images from my computer at once so that I can prepare a batch of files for upload without having to open the file explorer for every single item.
Key Clarification:
The upload processing logic is working correctly; the requested enhancement is specifically for the initial selection step within the file picker interface.
Attachment: [Video demonstration of the current single-select limitation]
