Hi,
Having a problem with .getbytes where it actually just flat does nothing. For example, using the query.getbytes("UTF8") example for mySql, there is no 'post' data being sent to the server. The URL is being sent correctly and if we script the server for a 'get' - adding a query string to the URL- it works correctly also. So my best explanation is that the .getbytes function isn't working.
I've tried using fixed strings and declared variables with the same result.
I've also tried the example file directly as is with the same problem, the server is not receiving post data.
Any help's appreciated!
Thanks
Mike
Having a problem with .getbytes where it actually just flat does nothing. For example, using the query.getbytes("UTF8") example for mySql, there is no 'post' data being sent to the server. The URL is being sent correctly and if we script the server for a 'get' - adding a query string to the URL- it works correctly also. So my best explanation is that the .getbytes function isn't working.
I've tried using fixed strings and declared variables with the same result.
I've also tried the example file directly as is with the same problem, the server is not receiving post data.
Any help's appreciated!
Thanks
Mike