ratnapokharel
Programmer
I have a form that has list of text items for customers to put number comments.
The comments could be more up to 5000 characters.
My URL is prepared with javascript
and then uses window.location to pass that URL to the server.
As soon as the URL length exceeds 2083 characters the page gives an syntax error. It fails.
How to I pass very long URL??
Any help will be highly appreciated.
The comments could be more up to 5000 characters.
My URL is prepared with javascript
and then uses window.location to pass that URL to the server.
As soon as the URL length exceeds 2083 characters the page gives an syntax error. It fails.
How to I pass very long URL??
Any help will be highly appreciated.