Hi Daniwebteam,
I want to upload a file size which is greater than 2 MB.The default file size of php is 2MB.
So,i have used the following coding,
ini_set('upload_max_filesize','7M');
or
ini_set('upload_max_filesize','7000');
But still i did not able to upload a file size which is greater than 2mb.When i change the settings of ini.php file max_upload_filesize to 7MB then its fine.But i do not want to change the settings in ini.php file.I want to change the setting to my application only.Is there any steps to change this settings.
Thank you,
With Regards,
Prem