If files are converted to base64 format can they be put in a single file?
Is there a way they can be prefixed and postfixed in the file to allow them to be extracted?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, of course you can. They are just strings (and a subset at that). Choose any delimiter that is not part of your Base64 encoding (for example, “$”), and concatenate to your heart’s content.