Not able to upload 100Kb or more file size to my PHP web site.
Hello everybody, I am new to linux and I have successfully download and install Ubuntu, PHP 5, and ISPConfig. I have been playing with the ISPConfig. I have my own URL address, and my DNS is up and running. I have started to play with creating PHP webpages.
I created a simple upload webpage so I can upload files to my server. My first issue was the folder rights permissions. I figure out that proplem.
My new problem is that I get a error level 2 (means file to large) when I try to upload anything 100kb or more. I can upload successful when my file is 99kb or less.
I get error 2 from my line in my code
echo “error is : “ . basename( $_FILES['myupload']['error']);
and it get my PHP configuration info with this code
echo phpinfo(INFO_CONFIGURATION);
In this phpinfo() I get
upload_max_filesize = 1024M - in my local value and my master value.
file_uploads = on - in my local value and my master value.
post_max_size = 1024M - in my local value and my master value.
I try other computer and get the same problem.
I do not know is this a ISPConfig issue or PHP issue. I am lost!! Anybody have any ideals?
Thank you in advance
Belmont
|
Recent comments
19 hours 49 min ago
1 day 54 min ago
1 day 5 hours ago
1 day 7 hours ago
1 day 21 hours ago
1 day 21 hours ago
2 days 2 hours ago
2 days 9 hours ago
2 days 9 hours ago
2 days 11 hours ago