I'm trying to upload a image of 10 mb size and it is giving me the error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 19200 bytes)
I've also tried to change into .ini file by making changes as:
upload_max_filesize = 70M
post_max_size = 20M
But it still not working... and giving me the same error... its so frustating what can I do next...
What I'm doing wrong with my code, How can I solve this problem?
