How to upload storage file activity in web form?

How to upload storage file activity in web form?

How to set the activity

After set

Hi @bayu.herlambang

This activity allows you to upload a file to a UiPath Orchestrator Storage Bucket, which can then be used in your automation process.

So if you want to upload a file to your web form you can use the foreground activites (You can clik the ‘Browse Files’ button and then select the file that you want to upload)

1 Like

@bayu.herlambang,

Remove the File property value. Path Property is enough here.

Update set:

You don’t need to use ‘Upload Storage File’ activity. If a window opens to upload a file after clicking the Browse File button, you should write the file path there. You can do this with just the ‘Click’ and ‘Type Into’ activities.

1 Like