insert a movie file as a binary data in an xml

  • Thread starter Thread starter Chazam
  • Start date Start date
Did somene know how to insert a video file as binary data in a xml file
using C#
Given the limitations on the character set allowed in XML I suggest
that you convert the binary to Base64 before inserting it into your
XML file. This will increase the size of the file by a third as three
binary bytes become four characters in Base64.

Alternatively, post the video file on the web, and just put the URI in
the XML file.

rossum
 
Simon Dahlbacka ha escrito:
the followup question would be: why on earth do you want to do that?

Simple answe tor your poor and unusable post. Just Because I need it to
do it that way

keeping your follow up question mister Simon Dhablackan. Why on earth
you post an ingnorant comment if you don't know the answer.

By the way I just figure it out how to do this. thanks for you pathetic
help
 
Back
Top