how can i upload a file to web , when i click a button and we should give a path or select a file ? . like want to upload a file in naukri web portal .want to update my resume .we click and upload the file .? is there any activity… @ Nagaraj
You can record your actions using the recording button in UIPath. It will replicate your actions.
just take it has button click only.not able to do it ? any sample example please .thanks
Hey,
To upload file you can either give a path or select a file but give a path will be a easy option.use Type Into Activity to provide the path and add a delay activity after that before using Click Activity on open button.