I’m using PHP as server side programming,I’m facing a different type of problem while uploading the images.If the uploading image is having below 8MB is uploading fine but if image size is increases then its not uploading.What might be the problem.I know I’ve to change in php.ini file,but where I don’t know.please help me
I’m using PHP as server side programming,I’m facing a different type of problem while
Share
Yes,you need to change a
upload_max_filesizevalue to your desired value in php.ini file.After that you have to restart the server