3
Answers

Send Base64 data from client to server using AJAX

Sujit Sahoo

Sujit Sahoo

9y
4.7k
1
Hi I have image data inform of base64  like 
"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2w...."

I want to send it to Server side i.e. codebehind C# using Jquery Ajax. How Can I do that.


Thanks.
Answers (3)