Hi - anyone tried ever to send a request from nets...
# suitetalkapi
l
Hi - anyone tried ever to send a request from netsuite to an external api with multipart form and files inside? or maybe generally send files through http(s)? I can do it but only for text files, for other files (which are base 64) I can't get it working. The main problem is the fact that base 64 file is not accepted and decoding from base64 seems to cause the file to be corrupted (request is succesfull, but file on the other server is corrupted ). When I compare I can see differences in content, which seems to me like encoding problems (files are very similar but some symbols are different)...