Set upload size on webserver


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #upload limit on server
  2. php_value upload_max_filesize 15M
  3. php_value post_max_size 15M

Report this snippet


Comments


You need to login to view comments.