Jump to content

Submitting form


Recommended Posts

Hi guys,

I have the following form which I need to submit without simulating clicks etc.

<form action="importSpace.jsp" enctype="multipart/form-data" method="post" target="invisiableIFrame" id="manager_import_space_form">
     <input type="file" onkeyup="updateImportDialogOkButton('manager_import_space', 'importSpaceOk');" size="40" name="data" id="manager_import_space"> 
    <input type="hidden" value="" name="user" id="import_space_user">
</form>

Something like

http post data="c:\test.txt" user="admin" action="importSpace.jsp"

in AutoIT language :mellow:

Is this possible?

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...