cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative to UI5 file uploader control IN SAP IRPA

Vijay
Active Contributor
0 Kudos

Hi,

I am looking for an option to upload excel file (Not read the excel content) to backend system similar to using File Uploader control on UI5 .

using file uploader the file content is sent in blob format to the api. I am looking for a similar option to get file content in blob or binary format to pass the same to API but no success yet.

Any pointers will be helpful.

Thanks

Vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

You could use ctx.fso.file.read to read the file and then use ajax, could you not?

I have not tried this.

dianamatache
Explorer
0 Kudos

Hi Vijay,

I used in one of my bots a file input from UI Designer (see below) to select a file and send it as an attachment in an email. Does this help you?

Kind regards,

Diana