Anyone managed to get default binder to work with input file control and property of type byte array?
If I have a property on my ViewModel named Image and a file input control on my view name Image, default binder issue this error:
The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters.