borismh
(Boris)
August 15, 2023, 10:18pm
1
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.
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
borismh
(Boris)
August 15, 2023, 10:25pm
3
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
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
postwick
(Paul Ostwick)
August 16, 2023, 12:09am
6
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
system
(system)
Closed
August 22, 2023, 5:38pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.