Better validation on upload page
Closed this issue · 0 comments
krjackso commented
Right now the upload page is validated on form submit, so it reloads. The problem is that hidden fields (like from resizing an image) do not show their errors, and the input file is lost when the page is reloaded. Should probably do all the validation with ajax, and possibly upload with ajax and get rid of the completed page.