zoran Posted October 30, 2009 Share Posted October 30, 2009 I have created a simple submit form for a mysql database that puts a piece of code into database. But if I want to put a document of any decent length, eg. 500 characters (I guess), I get the error message, on submit: Request-URI Too Large The requested URL's length exceeds the capacity limit for this server. I am using post method . Server is Xampp. Is there a config file that needs to be modified to handle lager documents. Link to comment https://forums.phpfreaks.com/topic/179604-solved-request-uri-too-large/ Share on other sites More sharing options...
Bricktop Posted October 30, 2009 Share Posted October 30, 2009 Hi zoran, Post your code and we'll be able to give a more accurate answer. Link to comment https://forums.phpfreaks.com/topic/179604-solved-request-uri-too-large/#findComment-947683 Share on other sites More sharing options...
zoran Posted October 30, 2009 Author Share Posted October 30, 2009 I have just realized that I was using get method instead of the mentioned post. thanks pal. Link to comment https://forums.phpfreaks.com/topic/179604-solved-request-uri-too-large/#findComment-947695 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.