Upload files

Hi Team,
I have a upload icon in UI once I click on Icon it will open my computer folder(recent one)
how do i go to desired folder I want can I pass the variable here (my computer). which activity I need to use?

Fine
In the Filename field of that window we can type the whole filepath of our file and click open or ok button so that it would get us that file
For that we can use type into activity to enter our filepath
Cheers @KarthikBallary

but file path dyamic , Can I pass the variable?

Hi @KarthikBallary ,

If you know the full path of the file, please type that in the File Name field by ‘TypeInto Activity’.

And, if you’ve that path in variable, please pass that in that activity…

Regards,
Manoj Vijayakumar

ok for example,
my folder path is D:\downloads\id\filename
here id is dynamic!! this id value I hvave in uipath code as variable

Ok here type Into activity is of web app holds good or only desktop app

Hi @KarthikBallary ,
Please share your sample code here, I’ll try to solve that.

Regards,
Manoj Vijayakumar.

Hey @KarthikBallary

it will work with both :slight_smile: Buddy :slight_smile:

yes you can use variable and append it with type into string value you are going to pass.

Regards…!!
Aksh

1 Like

Yah variable is fine
That would work for sure
Cheers @KarthikBallary

Ok thank you

once it opens the desired folder if I need to select all files how do I do it

hey @KarthikBallary

Will you be able to know the all selected files name in advance?

Regards…!!
Aksh

Hi @KarthikBallary ,

You can achieve it by the hot keys.

First click in the search file field then send a ‘Ctrl+A’ and click Upload button.

Note: But it only can be achieved if that allows multiple file selection.

Regards,
Manoj Vijayakumar

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