bertvandepoel / snelSLiM

A linguistic set of tools in Go and web interface in PHP to do quick Stable Lexical Marker Analysis
GNU Affero General Public License v3.0
3 stars 0 forks source link

Detect and display max upload size #20

Closed bertvandepoel closed 5 years ago

bertvandepoel commented 5 years ago

We already have this in place, so this seems unnecessary: ini_set('upload_max_filesize', '2G'); ini_set('post_max_size', '2G');