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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i want to store an image data in to

Status
Not open for further replies.

prasadalone

Programmer
Aug 15, 2002
87
i want to store an image data in to xml through visual basic
image data is not stored in database.only the path of the image file is avilable plz help me
 

Could be wrong but I belive you will need to convert the image data to Base64 Encoding. Then on the other end (the viewer of the xml document) will need to be able to decode the image information.

Good Luck

 

There are a couple of examples at PSC (planet-source-code.com) on how to do that. One of the examples is faster than the rest and it can even be improved upon.

Good Luck


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top