I'm getting this ajax error msg: Ajax error: Request-URI Too Large
Does anyone know what is causing it?
I'm saving data in a textarea component to a file when this happens. I can load php files into my textarea fine and then save them back out on the server and I don't get this error. But if I try and load a .js file into my textarea and save that I get the error. I've had this appear a few times on non .js files but it mostly happens with a .js file.
Thanks for any help...
__________________
RalphF
Business Text Messaging Services
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
In my main form my method is "post" and when I send my ajax data thru "the tunnel" to the server, I fetch the data using $_GET. I tried changing these to $_POST but then I don't get my data back (the $_POST didn't work).
But, as I said, I can load my php scripts into the textarea and save it the server just fine - if I grab a .js file I get this ajax error
__________________
RalphF
Business Text Messaging Services