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
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)
The text was updated successfully, but these errors were encountered:
sanchez
added
the
user-story
Represents some sort of functionality a user would like to achieve with the current library
label
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)
The text was updated successfully, but these errors were encountered: