Upload a file into website

hi team,

I need to upload a file into a website from file explorer . Should I do it using windows automation? or is there any other way out?

thanks,
Pooja

Hi,

You can configure File upload dialog using windows automation. Ensure that it is in parallel to step where you get file dialog box along with pre delay

Regards,
Amit Anand

hi Amit,

how do I configure file explorer, I am not getting any advance configuration window.

Hi,

You can either use Application Host activity or Win Pop Up activity

hi,

Used application host to configure but the results are not consistent, clicks are getting failed.

thanks,
Pooja

Hi,

At what steps failure are occuring and what is the reason of failure. Try modifying your process by putting some more delay and IsControlExist check

Regards,
Amit