My ADSL line works cool, I just have one problem. It's very specific so I'm not sure if anyone will be able to give any advice.
If I have an HTML page that has a <textarea> element and then tries to do a POST to a PHP script it will hang if the textarea contains more than about 1000 characters. The browser just sits there, nothing gets sent to the server running the PHP script.
If I try the same thing with my dial-up account everything works fine.
If I try the same thing using a free proxy server it also works fine, but is obviously much slower.
The problem only occurs when I'm using my ADSL connection. I have a Marconi "ADSL Router Pots". I tried upgrading the firmware. That made the connection much better but didn't solve the problem.
So for now I have to use this other proxy server, but it's very slow!
Our whole CRM system was written in PHP running on our server in the USA, so I need to do POSTs to PHP scripts almost every day. Working through another proxy is a pain.
Any clues? Anyone know of any free local proxy servers that are quick?
Thank you guys.
-Kevin
If I have an HTML page that has a <textarea> element and then tries to do a POST to a PHP script it will hang if the textarea contains more than about 1000 characters. The browser just sits there, nothing gets sent to the server running the PHP script.
If I try the same thing with my dial-up account everything works fine.
If I try the same thing using a free proxy server it also works fine, but is obviously much slower.
The problem only occurs when I'm using my ADSL connection. I have a Marconi "ADSL Router Pots". I tried upgrading the firmware. That made the connection much better but didn't solve the problem.
So for now I have to use this other proxy server, but it's very slow!
Our whole CRM system was written in PHP running on our server in the USA, so I need to do POSTs to PHP scripts almost every day. Working through another proxy is a pain.
Any clues? Anyone know of any free local proxy servers that are quick?
Thank you guys.
-Kevin