Jump to content

Filling in Forms using Libcurl.dll ?


 Share

Recommended Posts

Hi,

I recognize a small problem filling in forms on html pages with file fields. (e.g. such as on

http://rapidshare.de/) it is just a upload form but you cannot fill in a filepath with the IE.au3 libraray becouse the IE object doesn't support this.

So I found this little programm, which is able to send a "html broadcast"

There are two versions one is commandline version and the second is the dll lib version.

The commandline version does work- but I would although like to implemet it whith the dll

http://curl.mons-new-media.de/libcurl/

but I havent figured out - how it works.

You call a function whithin the dll an the return value is pointer which points on an array filled with the desired information.

Example of the documentation

#include <curl/curl.h>

char *curl_version( );

DESCRIPTION

Returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version).

RETURN VALUE

A pointer to a zero terminated string.

But how do I tell autoit to 'read' the pointer????

greetings Mozart90

Edited by mozart90
Link to comment
Share on other sites

  • 7 months later...

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