php - Why Dropzone.js not able to upload file bigger than 250MB -


i trying upload file bigger 250mb dropzone.js not able upload it. have checked server configuration , looks fine. here more details

upload_max_filesize=1024m post_max_size=1024m 

its uploading file less 250mb. appreciated.

put these in code sending file upload

ini_set('post_max_size', '1000m'); ini_set('upload_max_filesize', '1000m'); 

this works me


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -