How to keep model values after model state validation fails
I have simple form with upload image and few text input fields.
When user select image for upload (which is valid) and populate some text fields and submit that form, if model state is not valid and I use return CurrentUmbracoPage() Image path will gone and user will have select that image again, my text input fields will stay the same.
So how can I prevent that behaviour and keep that image path if its valid?
How to keep model values after model state validation fails
I have simple form with upload image and few text input fields. When user select image for upload (which is valid) and populate some text fields and submit that form, if model state is not valid and I use
return CurrentUmbracoPage()
Image path will gone and user will have select that image again, my text input fields will stay the same.So how can I prevent that behaviour and keep that image path if its valid?
Hi I believe it is a browser security feature to not persist file uploads between posts.
Cheers
Paul
is working on a reply...