To display images on your website, they must be marked as “Available Without Login” in the File Cabinet. There are 3 possible ways this can be handled. Methods to Set ‘Available Without Login’: 1) During the Initial ZIP File Upload When uploading images as a ZIP file for the first time, the checkbox can be… Continue reading Enable the Available Without Login on image file records stored in File Cabinet
Tag: save file in file cabinet
Saving Search Result contents in file
Scenario: Adding search details to a new text file. Search details are converting to string and saving that file.
Convert Base 64 encoded image data to a JPEG and encoded PDF file in to the File cabinet.
NetSuite does convert Base64 image data to a JPEG file in the file cabinet automatically. I have tried different methods to decode the base 64 encoded image data. Failed to save the image data to a folder created in file cabinet. solution: Use N/encode module, in file.create() use “file.Encoding.BASE_64” for encoding type. Instead of trying… Continue reading Convert Base 64 encoded image data to a JPEG and encoded PDF file in to the File cabinet.