Passing this json with https post method to the su...
# general
t
Passing this json with https post method to the suitelet var files = { "csvfile": { "name":fileObj.name, "folder": fileObj.folder } var response = https.post({ url: 'abc.com', headers: headers, body:JSON.stringify(files), }); Now in suitelet i'm trying get value of name key request.files.csvfile.name Error: TypeError: Cannot read property 'name' of undefined [at Object.saveToCabinet (/SuiteBundles/Bundle 414815/src/su/fam_su_importcsv.js6213)]