Hi, All. Is there any way to create a file in Clie...
# suitescript
x
Hi, All. Is there any way to create a file in Client script?
e
pass your requirements to a suitelet
x
Yes, I know that method.
e
correct, the N/file modules is only server side, but you could create a suitelet, call it and return the file id created to the client script.
x
but I want to know the way to create it in client only.
e
There is no way using Suitescript, you might try an external library and including in the client script
x
Hmm...
Okay, I got it.
Thanks, @ehcanadian, @eminero
Well, do you have any sample suitelet script?
j
If you check in SuiteAnswers you should find same code in the N/file module that will help for your Suitelet.
x
Thanks