Hi All, I want to upload file for party, for which I am using uploadPartyContentFile service.
The issue is I have a form with many fields & the "<input type="file>" field and I have set the enctype to "multipart/form-data" of the form, and for form validation I am using simple-method event, inspite of me entering the data the validation gets failed, because the the fields data is not passed, when using "multipart/form-data" and when I remove the enctype of the form the fields data is passed to the simple-method. Am I missing some config settings ? Regards, Abdullah
