Code:

dll_handle = dll_open("GSHTTP.dll");
HTTP_Create(0);
HTTP_Post(0,"http://here's the URL/upload.php", poster2);
while (HTTP_IsWorking(0)) {
wait(1);
}
HTTP_Free(0);
dll_close(dll_handle);