Upload A file

Hello,

I am trying to develop a robot and one process is to upload a file which is saved from email as pdf. The process need to click the attachment button in the application and select the file from the folder which saved the pdf.

How can I get this running ?

Thanks in advance for your help

Hey @Sheen_Ildephonse ,

Have a look on this thread.

Thanks,
Sanjit

1 Like

@Sheen_Ildephonse
Please follow these steps.
1- use open browser OR Attach browser activity.
2- use click activity and select selecor of Attachment button.
3- Now file selection window popup will open and put full path of file. Use again click activity to click on “OK”

1 Like

@Sheen_Ildephonse These are common steps…we can upload through Vb.Net. and API

1 Like

Hello @Sheen_Ildephonse

Here you need to automate email and the pplication to upload the file.

So the first part is to automate email to download the file. For that you can use the email activities in uipath. Which email provider are you using?

For uploading the file, use application/browser activity and open the application.
Then use click activity t click on the upload button.
Enter the file path and clikc on Ok( use type into and click acitivity)

Thanks

1 Like

Thank you Rahul for your advise and it worked!

Thank you Sanjit

Thanks Raja, Your solution is working

1 Like

I am just a novice user and not familiar using VB.net

@Sheen_Ildephonse No problem Learning is Life time process. Hopefully you will become master. Consistency and dedication matters

1 Like

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