G
Guest
Hi!
I am trying to find out how to create an empty textfile (.txt) and add
content made of two different types of formats; string and binary, and then
save it.
The idea is to first add the "dokumentheadtext" as a string,
second to add the "documentbody" as binary by extracting the content from a
uploaded httpPostedFile (.txt or .doc for example) and convert it to binary,
third I want to be able to add the "documentfoot" as a string.
Is this possible? Anyone have any good suggestions how this is best made, or
at least some good advise?
Would be most thankful...
Regards, Diana from Sweden
I am trying to find out how to create an empty textfile (.txt) and add
content made of two different types of formats; string and binary, and then
save it.
The idea is to first add the "dokumentheadtext" as a string,
second to add the "documentbody" as binary by extracting the content from a
uploaded httpPostedFile (.txt or .doc for example) and convert it to binary,
third I want to be able to add the "documentfoot" as a string.
Is this possible? Anyone have any good suggestions how this is best made, or
at least some good advise?
Would be most thankful...
Regards, Diana from Sweden