Has anyone gotten around the 10mb limit when creat...
# suitescript
l
Has anyone gotten around the 10mb limit when creating files via SuiteScript?
d
Client or Server Side?
If I don't mistake, SuiteScript ServerSide is converted to RhinoJS to Java, and this make no troubles to size file. But, client script also used at browser, and have several troubles with size.
m
@Lea CC create an empty file and then use
File.appendLine
, the limit is 10mb per line
💯 1
✔️ 1