MR
08/17/2021, 3:44 PMcontext.request.files
would be an empty object when I have two file upload fields on a form in a Suitelet? context.request.parameters
shows the correct data from the other fields and will grab the file name from the upload, but the files object is empty.eminero
08/17/2021, 3:54 PMcontext.request.files
will only have the attached files from a file field created/added from the native serverWidget API. If you are creating your own HTML then you will have to add logic to attach files.MR
08/17/2021, 4:04 PMbattk
08/17/2021, 6:06 PMMR
08/17/2021, 7:09 PM