file-upload-accessibility

Installation
SKILL.md

Make file uploads accessible

Unlabeled file inputs and inaccessible drag zones exclude screen reader and keyboard users from completing file upload tasks.

Quick Reference

  • Always associate labels with file inputs
  • Clearly communicate accepted file types and size limits
  • Provide accessible progress feedback during uploads
  • Make drag-and-drop zones keyboard accessible

Check

Verify file inputs have proper labels, accept attributes for file types, and accessible feedback for upload progress and errors.

Fix

Implement file uploads with visible labels, accept attribute restrictions, drag-and-drop alternatives, and ARIA live region feedback.

Installs
4
GitHub Stars
73.9K
First Seen
Aug 11, 2026
file-upload-accessibility — thedaviddias/front-end-checklist