How Can I POST a string to a server?

K

kenji4861

I can't use the MSXML library, so I'm trying with the followhyperlink
but it seems like I'm limited to sending 980 characters.

Any tip would be appreciated
 
J

Jonathan Rynd

I can't use the MSXML library, so I'm trying with the followhyperlink,
but it seems like I'm limited to sending 980 characters.

That's the limit.

If you want more you'll have to use an XLL or DLL with some network
library.
 
Top