monoscout999 Posted August 25, 2011 Posted August 25, 2011 (edited) I abandon the proyect because i found out very difficult... see the winHTTP UDF by trancexx there are plenty of examples to upload a file by a http POST, remember that what you need is how to do this multipart/form-data ask there... Edited August 25, 2011 by monoscout999
Goodware Posted August 25, 2011 Author Posted August 25, 2011 Is the problem I'm experiencing it myself. I was thinking of something much simpler.
monoscout999 Posted August 26, 2011 Posted August 26, 2011 (edited) I think that i was clear... but i am worngsee the winHTTP UDF by trancexx there are plenty of examples to upload a file by a http POST, remember that what you need is how to do this multipart/form-data ask there....... just follow the link and prepare to read a lot... Edited August 26, 2011 by monoscout999
lorenkinzel Posted October 6, 2011 Posted October 6, 2011 Not meant as sarcasm, but the practical method to upload is: #include <IE.au3> #include <Inet.au3> $oIE = _IECreate("http://www.virustotal.com/") Then upload a file. Their server seems to be overwhelmed often; so if you have a lineup of captures please be patient.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now