Answer the question
In order to leave comments, you need to log in
Form validation, how to save uploaded files?
The Symfony project has a large form that has a few more fields for uploading files. Currently, files are only uploaded if the form is filled out correctly and successfully validated. And if there are any errors in the form, then the uploaded files are lost and they have to be uploaded again.
Making a separate file manager for uploading is not suitable - you can upload extra files, there are difficulties in editing / updating records. AJAX form validation will partially solve the problem - if one of the files does not pass, you will have to upload all the files again.
Maybe there is some way that all downloaded files can be saved?
Answer the question
In order to leave comments, you need to log in
Making a separate file manager for uploading is not suitable - you can upload extra files, there are difficulties in editing / updating records. AJAX form validation will partially solve the problem - if one of the files does not pass, you will have to upload all the files again.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question