VBScript Autoit programming file upload
问题 Hi guys, our company's website has this file upload button for uploading multiple images. How can I create a script that automatically selects the images then uploads them? I already know the path of each images on the client's PC. I just don't want to script a click on the file upload button since I get a headache trying to make that work. My current goal is to script it in Autoit with something like: $files1 = "C:\TeamBuilding\Team Games.jpg" $files2 = "C:\TeamBuilding\Team Prayer.jpg" $oIE