joacom 0 Report post Posted March 1, 2017 Hello, I am trying to make a auto it script that is going to upload a picture via PHP every 5 minutes I found some info from 2009 how to do this, there is a php script and a autoit file: Problem is that the scripts uses HTTPPost_files.au3 anyone have a copy of this file? Or do you have another way to have a autoit script to automaticly upload a file to php? (maby use winhttp.au3?)... Proxy at our work blocks FTP so i cannot use FTP Right now i am using Macros to move mouse, click and so one.., but i would like a script to do everything in the background... Share this post Link to post Share on other sites
water 1,771 Report post Posted March 1, 2017 I suggest to use trancexx's WinHTTP UDF. The UDF is being maintained by the author and I'm sure you'll get answers if you run into problems when coding. My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2017-04-18 - Version 1.4.8.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2017-02-27 - Version 1.3.1.0) - Download - General Help & Support - Example Scripts - WikiExcelChart (2015-04-01 - Version 0.4.0.0) - Download - General Help & Support - Example ScriptsExcel - Example Scripts - WikiWord - WikiPowerPoint (2015-06-06 - Version 0.0.5.0) - Download - General Help & Support Tutorials:ADO - Wiki Share this post Link to post Share on other sites
joacom 0 Report post Posted March 2, 2017 22 hours ago, water said: I suggest to use trancexx's WinHTTP UDF. The UDF is being maintained by the author and I'm sure you'll get answers if you run into problems when coding. Thank you Water! I will try to get the script working using WinHTTP!!! Share this post Link to post Share on other sites