validation on multipart form not working
Im trying to apply the server validation behavior to a form that has an image upload field in it. Form is a multipart/form-data.
it does not work. i get an object not found when doing the validation.
does this server behavior work with multipart forms?
Thanks!
Aaron