insert a movie file as a binary data in an xml

R

rossum

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
 
C

Chazam

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top