Jump to content

HTTP Post File to Server With Autoit?


Recommended Posts

Hello. I am trying to post an image file to my server. I have created a PHP script that accepts files. Is there any code laying around here that will let me post my file to the server via HTTP without using an IE object and html form? I have so far been unable to find a solution. Thanks.

Link to comment
Share on other sites

Hello. I am trying to post an image file to my server. I have created a PHP script that accepts files. Is there any code laying around here that will let me post my file to the server via HTTP without using an IE object and html form? I have so far been unable to find a solution. Thanks.

Are you trying to post the file to your PHP page/script? I'm assuming you don't have the ability to use FTP? What is your reasoning for not using IEobj?

-Aaron

Link to comment
Share on other sites

Are you trying to post the file to your PHP page/script? I'm assuming you don't have the ability to use FTP? What is your reasoning for not using IEobj?

-Aaron

i dont want anyone to be able to visit the page and easily upload a file from their browser. also, visiting the page and then posting the file with a browser object would be a much slower operation than simply posting the file im guessing. that and I don't want another browser object in my program. also, ftp is not an option.

Edited by Electon
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...