file-upload-patterns
Installation
SKILL.md
File Upload Patterns
Upload Patterns
Single File
- Button: "Choose File" or styled dropzone.
- Show filename + size after selection.
- Progress bar during upload.
- Success: checkmark + filename. Error: red text + retry.
Multi-File
- Drag and drop zone with file list below.
- Individual progress bars per file.
- Allow removing files before/during upload.
- Show total progress: "3 of 7 files uploaded."