I am getting the below error message in the scriptor:
>"C:\Users\avinash.pandey\AppData\Local\Temp\Temp1_autoit-v3.zip\install\SciTe\..\autoit3.exe" /ErrorStdOut "C:\Users\avinash.pandey\Documents\fileUpload.au3"
The filename, directory name, or volume label syntax is incorrect.
>Exit code: 1 Time: 0.362
Below is my code i have used:
ControlFocus("Choose File to Upload","","Edit1")
ControlSetText("Choose File to Upload","","Edit1","C:\Users\avinash.pandey\Desktop\blank.txt")
ControlClick("Choose File to Upload","","Button1")