Hi I’m new to UiPath. I’d like to know if there is a way to select the downloaded file within live stream to upload it unattended into web app? Just like when you’re using ‘browse file’ when you are uploading file manually
Thank you
Hi @Crevitz
- Use the “Click” activity opens the file upload dialog in the web application.
- Use the “Type Into” activity: to send the full file path of the downloaded file to the file input field. Make sure the file path includes the file name and extension.
- Use the “Click” activity again on the “Open” or “Upload” button within the file upload dialog.
Hope it helps!!
Thank you so much for your help. I did use Click activity and it did open the upload dialog, then I face a problem
I can’t navigate the file path, so I still need a way to select the file. Btw the file was saved in /tmp/fileName.xlsx path
Thank you
Hello,
is there an update on this issue ? cannot navigate on VM PC
Many Thanks for your support
Dear @Crevitz,
- Use click activity to clik on Other location option.
- It will ask you which location you wanted to open.
- Then use type into activity to open your file location folder. Try to pass “/tmp/fileName.xlsx” whole file path.
Mark as solution if it solves your issue ![]()
Br,
NikZ
its not solved, when you put this file path it will not attach your file
Dear Abdul,
Could you please share the screenshot of the application once you clicked “Other locations”. This will give me idea to guide you for next step.
Else, I provide me google meet link to join. I will help you alongside.
Br,
NikZ
Please provide an absolute path for same.
For eg
C:/users/tmp/file.xlsx
The path you shared above is relative path. Please get the absolute path for same and then pass using type into activity.
Hi Sonal, the bath is same as you write, but after tmp there is a file that changes everytime i launch the RPA.
Hi Nikhil,
Sure we can go through a meeting to see this type of issue
please let me know what time you are available to join
Sonal please let me know if you are free to join a meeting to discuss this matter.
and to get a way how to solve this issue.
Many Thanks
Dear @Abdulrahman_Alfarraj,
Please use Browser File Picker Scope activity to select the file.
For this you need to pass full path of the file location.
Please refer attached Web workflow to which upload png file to background remover website. It will help you to build your knowledge.
UploadDownloaedFile.uip (36.3 KB)
Kindly mark as solution, if it solves your issue. ![]()
Br,
NikZ
Thanks Nikhil
this fix solved my problem.
Many Thanks for your support.
