SOLVED php - Unable to upload video more than 2MB even upload_max_filesize is set to 256M -


i unable upload video of more 2mb. working on live server. edited php.ini in whm , set

upload_max_filesize  = 256m post_max_size =257 file_uploads = on max_execution_time = 300 max_input_time = 300 

but still unable upload video of more 2mb. working fine few days happened unable figure out.

thanks


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -