November 9, 201114 yr Am I able to point to a file on my local hard drive in windows and set a field with the base 64 string of the file pointed to? Unable to find this in scriptmaster. Thanks Stu
November 17, 201114 yr Yes, there is a base64 encoding module included with scriptmaster. Go to the modules list and perform a find for "Base64" to see the related modules if you're having trouble finding it in the list. If you have delete the module from your scriptmaster file you can download a fresh copy from http://360works.com/scriptmaster/
November 21, 201114 yr Author I cant find what you are referring to. The only thing available in scriptmaster is Base 64 encode. This requires a text string as input but does not let me point to a file either binary or text on my drive for encoding
November 22, 201114 yr Then you need to add the ReadFileContents output into the Base64Encode as an input, or combine the two functions... Not sure how it will get on with binary contents though.
November 23, 201114 yr Author ReadFileContents output into the Base64Encode as an input, or combine the two functions..... Looks like the ReadFileContents cannot read the binary file..... nuts!! anyone have any other suggestions? ..
November 25, 201114 yr try to Google this: "java encode binary file as base64" second post tells you how you can do it.
Create an account or sign in to comment