SyntaxFix
Write A Post
Hire A Developer
Questions
Remove the unnecessary string through Regex
Regex regex=new Regex(@"^[\w/\:.-]+;base64,"); base64File=regex.Replace(base64File,string.Empty);