hi all,

did anyone try this plugin? http://www.peacekeeper.com/3dgs/http.html
it works pretty well, but i can't get the upload done. i use

Code:
dll_handle = dll_open("GSHTTP.dll");
HTTP_Create(1);
waitt(16);
HTTP_PostFile(1,"http://www.hereComesTheUrl",the_file, ???);
waitt(16);
HTTP_Free(1);
dll_close(dll_handle);
wait(1);



where i've set the 3 ???, what do i have to fill in for "var_str"?

is there any other way to upload the file to a specific url?