Tagged Questions
2
votes
4answers
3k views
PHP SimpleXML, CodeIgniter and Apache with Suhosin
I have an application I am writing in PHP5, using the CodeIgniter framework.
I have it running on both Windows (using Xampp) and Ubuntu (using standard Apache, PHP, MySQL stack).
I have a form, that ...
1
vote
2answers
181 views
Can't upload 5mb file using AJAX file uploader
I am using the file uploader plugin (from: https://github.com/valums/file-uploader) to upload files to my website.
If you are using a moden web browser (like Firefox 6 or Chrome 13), then it uploads ...
0
votes
0answers
404 views
$_POST empty and file_get_contents('php://input') empty [closed]
I am currently managing a Centos 5.6 server that is running multiple websites, All of the sites but one is posting data, the problem site is not decoding $_GET variables and the $_POST variables are ...