You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Song.tsx (musicUpload) lets an artist pick a song file before chunked upload, but the UI does not display the selected file's size or MIME type back to the user, making it hard to confirm the right file was chosen.
Acceptance Criteria
Selected file's name, size (formatted, e.g. MB), and type are shown after selection in Song.tsx
Display updates immediately when a different file is chosen
No change to the underlying chunkUploader.ts upload logic
Context
Song.tsx (musicUpload) lets an artist pick a song file before chunked upload, but the UI does not display the selected file's size or MIME type back to the user, making it hard to confirm the right file was chosen.
Acceptance Criteria