Advertisement
GochiSiyan

increase upload limit

Feb 11th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @ini_set( 'upload_max_size' , '1024M' );
  2. @ini_set( 'post_max_size', '1024M');
  3. @ini_set( 'max_execution_time', '3000' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement