Why is this not working: connection.upload({      ...
# suitescript
g
Why is this not working: connection.upload({                             directory: 'download',                             filename: '753Request' + Date.now() + '.txt',                             file: fileObj,                             replaceExisting: true                         }) it connects ok. the directory exists, as does the file.... its not uploading... but not giving me an error message