kidino
New member
I am sending data using $.ajax and using the POST method. I cannot use GET because the data is long in the MB range. But on the receiving php script, it always seems that the $_POST is empty. This is not the case with I run my app in the browser with my localhost XAMPP.
I thought that it could probably be because of some PHP.INI settings. All I found was always_populate_raw_post_data and turned that On. But still doesn’t work. Any ideas?
I thought that it could probably be because of some PHP.INI settings. All I found was always_populate_raw_post_data and turned that On. But still doesn’t work. Any ideas?
Last edited: