Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image to base64 ASP.Net

Status
Not open for further replies.

laker67

Programmer
Jan 18, 2004
31
US
Please do bear with me,I'm new to ASP.NET .I was wondering if there is a way in ASP.NET to convert an image loaded by the user into base64 format . I dont want to upload on the server . All i want to do is convert into binary stream with base64 format .
Thanks!!!!!!!!
 
The Convert class has ToBase64String and FromBase64String methods that accept a byte array.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top