Skip to content

Conversation

@chriscarrollsmith
Copy link
Collaborator

Summary

  • Adds multiple attribute to file input element allowing users to select multiple files from the file picker
  • Updates backend to accept and process a list of files instead of a single file
  • Changes button text from "Upload File" to "Upload Files" for clarity
  • Adds test to verify the multiple attribute is present

Closes #10

Test plan

  • Verify file input has multiple attribute (automated test)
  • Verify button says "Upload Files" (automated test)
  • Run full test suite to ensure no regressions

🤖 Generated with Claude Code

- Add `multiple` attribute to file input in file-viewer.html
- Update backend to accept list of files instead of single file
- Change button text from "Upload File" to "Upload Files"
- Add test for multiple file selection attribute

Closes #10

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow uploading more than one file at a time

2 participants