MVC :: Invalid Character In A Base-64 String?
Mar 22, 2010
I'm having trouble getting a form working with MVC2. As soon as I change the form element to use 'enctype="multipart/form-data"' I get errors when submitting it. The code I've got creating the form is as follows:
[Code]....
With several form text field and a file upload being the only fields. Nothing too complicated!The action method that handles the form submission is as follows:
[Code]....
It's nothing too complicated either. The code that I've commented out would have inserted the image into the database, but I commented it out to see if it was causing the problem, but it's not.The error I'm getting is as follows:
Server Error in '/' Application.
Invalid character in a Base-64 string.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.FormatException: Invalid character in a Base-64 string.Source Error: [Code]....
Stack Trace: [Code]....
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
Obviously something is going terribly wrong here, but I'm at a complete loss as to what it is. The form works fine if I get rid of the multipart bit in the form element, but then of course it doesn't upload the image. I also get the error regardless of whether I've actually selected an image to upload, so it's not the actual image causing the error.
View 3 Replies
Similar Messages:
Aug 16, 2012
I found this code on this site in another thread and tried it. I am passing a string of a web url such as [URL] .... and it gives me this error. How can I pass in the URL without this error?
Code:
Private Sub saveURLToImage(ByVal url As String)
If Not String.IsNullOrEmpty(url) Then
Dim content As String = ""
Dim webRequest__1 As System.Net.WebRequest = WebRequest.Create(url)
Dim webResponse As System.Net.WebResponse = webRequest__1.GetResponse()
[Code] ....
View 5 Replies
May 15, 2010
My application is very big one. I m getting this error. I dont know where it is throwing.
I m unable to find this error. Can anyone help me and tell me the scenarios when will this exception comes.
The Stack Trace is throwing this message
System.Convert.FromBase64String(String s) at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter
formatter, String serializedState) at System.Web.UI.HiddenFieldPageStatePersister.Load()
View 30 Replies
Aug 4, 2010
I use asp.net + MVC1.0 and in a webpage I have several forms, within each forms I have called the following function
AntiForgeryToken() to generate a hidden value, and in Controller function I have a validate attribute.
When I use JMeter and capture the token using regular expression then post the token with my form to server, I found it throw such a exception:
<html>
View 2 Replies
Dec 3, 2010
i have a scenario where i have to remove the invalid character from price using c# code.i want the regular ex to remove the character or some thing good then this.
For Ex- my price is
"3,950,000 ( Ex. TAX )"
i want to remove "( Ex. TAX )" from the price.my scenario is that. i have to remove the any character from string except number,dot(.), and comma(,)
View 7 Replies
Dec 29, 2010
Q: I face the following big problem :
from time to another i find the following exception:
Invalid length for a Base-64 char array I use encryption and decryption: public static string Encrypt(string text)
[Code]....
View 1 Replies
Apr 7, 2010
got this error trying to view my WebSite.A name was started with an invalid character. Error processing resource 'http://localhost/lala/'. Line 1, Position 2
<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true"
-^
The virtual directory I'm creating with all default setting. Later tryed to give full access, but it did nothing.Used an emty Web application and Web Site projects and got the same error. I'm using MSVS 2010 RC with ASP.NET 4.0.
View 1 Replies
Apr 14, 2010
[Code]....
I have the above error while deploying the svc file via IIS 7 but when I deployed it via VS 2008 everything works ok.note I have checked the web site configuration to map to asp.net 2.0 and added the handler mapping for .svc file in IIS 7 but no luck.
View 8 Replies
Oct 7, 2010
it is really annoying that I am keep getting these error. what is that. we started to get this afte we updatet the net framawork for security vulnaribility. here is the error we keep getting. but not everytime;
System.FormatException: Invalid length for a Base-64 char array.
Generated: Thu, 07 Oct 2010 04:05:16 GMT
System.Web.HttpException: The state information is invalid for this page and might be corrupted. ---> System.Web.UI.ViewStateException: Invalid viewstate.
[Code]....
View 1 Replies
Sep 22, 2010
i have a problem in executing an sql script [Code]....
the error was : "invalid character"
View 2 Replies
Mar 8, 2010
I have a 2007 excel addin app (VS2005) which calls a web service (also developed in VS2005). When the webservice returns a large amount of data I get the following exception
System.InvalidOperationException: There is an error in XML document (1, 14493956). ---> System.Xml.XmlException: '', hexadecimal value 0x1C, is an invalid character. Line 1, position 14493956.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
[code]...
View 2 Replies
Feb 17, 2011
Actually i m working with web service , and it retun me encripted password but it give me error when i run,
XML Parsing Error: reference to invalid character number
Location: http://localhost:2774/EncriptPWD/Service.asmx/EncriptPWD
Line Number 2, Column 47:<string xmlns="http://tempuri.org/">????????A???5??!??`??
View 2 Replies
Aug 15, 2010
having trouble with opening a .aspx page inside of an iframe
currently have the following code
<body>
This is the PARENT FORM
<iframe id="childFrame" name="childFrame" src="TestDefault.aspx" width="100%" height="300" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>
A name was started with an invalid character. Error processing resource 'file:///C:/Users/Alk/Desktop/IFrame/Test/Default.a...
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
-^ which loads in to the iframe....
View 3 Replies
Feb 9, 2011
I keep getting an error saying invalid character in asp.net for the following query below, however that error doesnt exist in my pl/sql developer oracle. see code below
[Code]....
I think it has to do with my commit, hence how I do include commit in an update directly in the asp.net side.
View 12 Replies
Jul 29, 2010
I get the following error with my app:
The XML page cannot be displayed:
A name was started with an invalid character. Error processing resource "MyPAge"
And yes I search the archives and tried everything including this:
C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis -u
View 3 Replies
Mar 23, 2011
Here is my code:
protected void SaveMyImage_Click(object sender, EventArgs e)
{
string imageUrl = Hidden1.Value;
string saveLocation = Server.MapPath("~/PictureUploads/whatever2.png") ;
[Code]....
The top imageUrl declartion is taking in a Base64 image string, and I want to convert it into an image. I think my set of code only works for images like "www.mysite.com/test.jpg" not for a Base64 string.
View 2 Replies
May 14, 2010
my insert query is generated in runtime here i want to remove last ',' character from that string query
my string is below
Insert Into Payroll_AllowanceSettings(EmpID,PFNO,CompanyID,Basic,DA,HRA,CONV,SAll,LeaveAll,OT,Bata,Others,)Values(EmpCS001,1234,1,1,2,3,4,5,6,7,8,9,)
here i want to remove last ', ' character both coloumn fields and value fields how can i remove the characters
View 5 Replies
Jan 19, 2010
how to remove string character in asp.net, im having a string variable string str = "1234, ". i want to remove the comma. its possible ?
View 4 Replies
Apr 12, 2010
i am trying to copy character from one string to another. i need to copy only some string like 0 to 5
dim str as string="this is just test"
Dim find
As
char() = ""
str.CopyTo(0, find, 0, str.Length)
getting error like
ERROR: Index and count must refer to a location within the string. Parameter name: destinationIndex
View 9 Replies
Feb 23, 2011
I do need a working ASP.NET C# code to replace characters in a string.
My following code works fine but in case of input "a" it gives me an output as "678d", but in case of input "c" the output is correct as it is i.e. "8d"... Here it automatically replaces the rest values too. I can see the code is executing in a step by step process... This results me to get an overloaded output.
{
StringBuilder builder = new StringBuilder();
builder.Replace("a", "6b");
builder.Replace("b", "7c");
builder.Replace("c", "8d");
return builder.ToString();
}
Now, I do need to replace "a" as just "6b" and it should not load the rest values.
View 5 Replies
Oct 23, 2010
i have a string, and i want to replace the last comma with something else. For instance this is my string;
"Monday, December 6, 9:00 PM"
How do i replace that last comma so it can look like this;
"Monday, December 6 2010 9:00 PM"
View 4 Replies
Sep 16, 2010
txtPhoneWork.Text.Replace("-","");
txtPhoneWork.Text.Replace("_", "");
txtMobile.Text.Replace("-", "");
txtMobile.Text.Replace("_", "");
txtPhoneOther.Text.Replace("-", "");
txtPhoneOther.Text.Replace("_", "");
location.ContactWork = txtPhoneWork.Text.Trim();
location.ContactMobile = txtMobile.Text.Trim();
location.ContactOther = txtPhoneOther.Text.Trim();
but it is not replacing and is there any method so that both - and _ can be replaced in single function.
View 2 Replies
May 6, 2010
am working on a application, there i need to find that whether there are any Unicode character in a string or not, I have to check a string for Unicode character but i don't know how to find out Unicode character from any string.
View 4 Replies
Aug 24, 2010
i want to take a string and check the first character for being a letter, upper or lower doesn't matter, but it shouldn't be special, a space, a line break, anything
View 3 Replies
Jan 19, 2010
how to remove the last character in string
View 9 Replies