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
we get this error when there is an empty file is uploaded in our application because the data part is blank
for example "data":"data:text/plain;base64,"
sometimes we are expecting empty files to be uploaded
I think we should consider allowing empty data part to be blank or adding validation to allow or prevent empty files
we get this error when there is an empty file is uploaded in our application because the data part is blank
for example
"data":"data:text/plain;base64,"
sometimes we are expecting empty files to be uploaded
I think we should consider allowing empty data part to be blank or adding validation to allow or prevent empty files
The text was updated successfully, but these errors were encountered: