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
I need a way to determine the file size and the file exceeds a certain size to the upload with the next chunk will be refused and returned to give an error. In addition, the upload will be deleted.
The text was updated successfully, but these errors were encountered:
I plan to implement a call of backend before first chunk the same way as with final chunk but there will be state=start variable sent in addition to other known values like size, name, path. I have the same reason - restricting file size and file type. Backend could do anything and return status other than 2xx.
I need a way to determine the file size and the file exceeds a certain size to the upload with the next chunk will be refused and returned to give an error. In addition, the upload will be deleted.
The text was updated successfully, but these errors were encountered: