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
Added validation to prevent form submit with partially uploaded files
Client side form validation rule checking no upload is in progress
Backend form validation rule checking all uploads have successfully finished
Partially uploaded files are rendered as failed uploads after form submit to notify user and make it possible to delete them
Previously they were not shown in UI at all
Custom control templates need to be updated - there are new $partiallyUploadedFiles and $allFiles variables available alongside the old $completedFiles
Prefer standard Nette error message for failed uploads
Change internal representation of failed uploads (possible BC break)
FileUploadChunk now represents successful upload only
New FailedUpload value object represents failed uploads