i want to upload multiple images on server but it is giving me errors below
i have increased the memory limit size and time execution but still it is giving me error on live site but now it started working on localhost.
ini_set('memory_limit','256M');
ini_set('max_execution_time', 300000);
when i upload small size picture on live server then it works properly but when i upload an image of 4 MB then it show error "Site can't be reached"
is there any limitation of memory_limit or execution time on live server or something else??
Any help?