File upload in Uipath forms

Hi all,

I am using UiPath. form.activities 23.4.6. I need to upload a file in form and retrieve the file path for further processing. I could not find File upload component in latest version of UiPath forms.

Could anyone please help me on this

1 Like

As of version 23.4.6 of UiPath.Form.Activities, the File Upload component is not available natively. The component library in UiPath.Forms may vary in different versions, and it’s possible that the File Upload component was not introduced until a later version.

Is there any workaround to achieve it as it is not available natively in latest version

UiPath.Box.Activities.File.UploadFile install this package for uploading a file

1 Like

I need fileupload in UiPath forms.

Example: As fileupload is not available natively, I used html content for fileupload. But it didnot return the filepath.

Is there any configuration Iam missing?

use assign activity
Save to:variable(String)
Value to save:File path

1 Like