Skip to content
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

Large File Upload #23

Open
sanchez opened this issue Nov 2, 2021 · 0 comments
Open

Large File Upload #23

sanchez opened this issue Nov 2, 2021 · 0 comments
Labels
user-story Represents some sort of functionality a user would like to achieve with the current library
Milestone

Comments

@sanchez
Copy link
Owner

sanchez commented Nov 2, 2021

Need to add some sort of progress handling and indication for when the user uploads a large file. This would include a progress measurement and the number of bytes uploaded/remaining/total. This component should automatically handle chunking the upload and handle the receiving of the file as well. The client-side JS will need to chunk and upload and server-side csharp to handle putting the chunks back together. (This component will purely be aimed at server-side Blazor)

@sanchez sanchez added the user-story Represents some sort of functionality a user would like to achieve with the current library label Nov 2, 2021
@sanchez sanchez added this to the v1.1.0 milestone Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user-story Represents some sort of functionality a user would like to achieve with the current library
Projects
None yet
Development

No branches or pull requests

1 participant