There is no "File/Folder Select" component in the UiPath.Forms library 2023

Hello

I have installed the library: UiPath.Form.Activities version 23.8.0 and there is no component “File/Folder Select” which is used to enter file paths or folders.

image
image
image

Why doesn’t it exist?
Is it installed separately?

Or I can only use a minor version, which does have this component.

I look forward to your help

Thanks

you can use the normal “select folder”

1 Like

Thanks

Just out of curiosity, isn’t the component still true in that version of UiPath.Form?

1 Like

You can put this html tag in the content field

image

Folder upload

Select folder

Selected Files

1 Like
<h1>Folder upload</h1>

<label for="folder">Select folder</label>
<input type="file" id="folder" webkitdirectory multiple/>

<h2>Selected Files</h2>

<ul>
</ul>
1 Like

And how do you get the path from that file input to come out into the Do block when the form is submitted?

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.