Don’t try to automate Explorer or drag-and-drop — most RPA tools can’t reliably control OS file dialogs. The correct approach is to target the <input type="file"> element directly and set its value to the file path (using the tool’s “Set File” / “Upload File” action), which triggers the upload without any UI interaction. If the site hides the input behind a dropzone, inspect the DOM — it’s usually still there and usable.