![]() |
POST data in THTTPRequest?
Just wondering, is there a way to specify the POST data, if I were to be communicating with a PHP server quite a large amount of data that would exceed the maximum URL length for a specific webserver, and thus can't use _GET?
|
Nope, the only way atm is through TSocket which you need to request to be open and the specific IP.
|
Quote:
Any workarounds? I'm doing this on the client, by the way. I need to transfer an array of tiles to a PHP server. I could write a PHP script that would append several _GET's until I get the full 4096 array.. |
Nope, there is no workaround for POST data. It is possible with TSocket.
|
Quote:
|
You could use TSocket...but I've never seen -any- documentation for it. That and I'm not sure if you still have to have Stefan enable it on the server or not.
|
Damn Coreys, you don't even read these threads, do you?
|
| All times are GMT +2. The time now is 12:43 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.