ASP.NET MVC input is not a valid Base-64 string Error

Posted by Cas Sakal on Stack Overflow See other posts from Stack Overflow or by Cas Sakal
Published on 2010-05-05T21:16:42Z Indexed on 2010/05/05 23:08 UTC
Read the original article Hit count: 1365

Filed under:

Hello all,

I am trying to post a from in an asp.net mvc page which contains files(user uploads) and a few string fields. However, when I click on the submit I get the following 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.

does anyone have an idea what is this about?

I cannot debug it since it gives the error at the time of the binding of the page.

Any help would be appreciated, cas

© Stack Overflow or respective owner

Related posts about asp.net-mvc