base64 conversion

  • Thread starter Thread starter Jeremy Moncho
  • Start date Start date
J

Jeremy Moncho

Hello!


I am toying with base64 conversion, (which I haven't used before). I wrote a
dll that handles the in/out conversion for a windows form assembly.

My question is, once a stream has been converted to base64, I loose the
information regarding its file type (extension). Which is problematic when
"recovering" a converting file (is it text, picture, or else ;-) ).

Is there a way to retrieve this information from the converted base64
string, or am I doomed to using embedded metadata for that?



Thank you all kindly for the insight,



Jeremy Moncho
 

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

Similar Threads

Base64 question 26
Converting to base64 1
Base64 directly to file 6
base64 encode/decode issue 2
Parsing Base64 encoding 5
Display base64 image in web application 2
Base64 length 4
Help Me convert Ascii to Base64 2

Back
Top