Mar 28th, 2010, 2:59 PM
Hi Tony,
Ah, interesting one. I assume you're using the "direct" method - posting your form to process.php?
Web browsers have their own limitations for the maximum length of a GET query string. I think Safari and Chrome have something like 2-3 thousand, IE 1500. So if the query string is anything in that range you may have a problem.
Let me know if that sounds about right. If so, I'll write up a tutorial to explain how to do it. It's a little lengthy to explain here.
- Ben
Ah, interesting one. I assume you're using the "direct" method - posting your form to process.php?
Web browsers have their own limitations for the maximum length of a GET query string. I think Safari and Chrome have something like 2-3 thousand, IE 1500. So if the query string is anything in that range you may have a problem.
Let me know if that sounds about right. If so, I'll write up a tutorial to explain how to do it. It's a little lengthy to explain here.
- Ben