file upload problem
Posted: Wed Mar 11, 2009 5:10 am
1. I have a form to upload a file of size more than the limit specified in php.ini(Say 2MB)
2. I have created a php.ini in the same directory to overwrite the specifications in the directory.(say 12MB)
3. I have created an upload form and tried to upload the file a file of higher size(say 5MB)
4. I get an error 2 ($_FILES['uploadedfile']['error'])
How do i resolve this problem?
2. I have created a php.ini in the same directory to overwrite the specifications in the directory.(say 12MB)
3. I have created an upload form and tried to upload the file a file of higher size(say 5MB)
4. I get an error 2 ($_FILES['uploadedfile']['error'])
How do i resolve this problem?