Hi guys,
I have searched for a while for an answer for this, but I couldn't find anything that actually work.

So the problem is that I have the following for to submit through VBA (not the Internet Explorer object)..

HTML Code: 
As you can see, I have 2 parameter to post and a file:
Key = String
Method = Post
File = the file to be uploaded


How can I do it with VBA?

I have found the following script from https://wqweto.wordpress.com/2011/07...t-binary-file/
but I'm not sure how to post the other 2 parameters with this (assuming that this is actually working to upload the files).



Please Login or Register  to view this content.

So in the end my question, how can I post this form through VBA? I doesn't have to be using this code above, can be a new one if you have it!

Thanks!!