Skip to content

File upload #102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

File upload #102

wants to merge 1 commit into from

Conversation

semohr
Copy link
Collaborator

@semohr semohr commented Jun 14, 2025

Adds file upload capabilities to our inbox view.

ToDos:

  • Frontend component to select files
  • Backend upload endpoint

Currently the component has basic functionalities, needs some more work tho once the endpoints for uploads are inplace.

example_frontend_upload.webm

…iles

via drag and drop into the browser window or by manual selection.
@pSpitzner
Copy link
Owner

#102

Really loving this!
While we are at it, lets add a simple info when dragging in a folder (since thats likely a common use-case):

  • number music files inside
  • number non-music files
  • number folders

@semohr
Copy link
Collaborator Author

semohr commented Jun 15, 2025

Have never worked with directories but seems doable.

Side note: All file access apis are only available in the secure context (https).

@semohr semohr linked an issue Jun 15, 2025 that may be closed by this pull request
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.

FR: Drag Files into Inbox view to upload
2 participants