I have a form where the user uploads multiple pics and fills in some text fields. If they do not fill in all mandatory fields the text data they have submitted so far is shown in the text boxes, but the data is not added to the database.
Trouble is if they dont fill in all mandatory fields they have to renter all the picture upload fields. Is there any was that the file upload data can be added like the text data is, without using java script to test the form some thing like
input name="featured_image" type="file" id="featured_image" size="37" value= "????????????????"