Sites Web : [Howto] Control of the uploaded picture size - SPIP commits - by tech-nova

Publié le lundi 21 avril 2008

⇒ http://my.opera.com/tech-nova/blog/

Un site qui recense les astuces et évolutions des possibilités de SPIP.

[Howto] Control of the uploaded picture size

Juillet 2008, Par tech-nova

You can limit the size of the uploaded pictures with the constants (in mes_options.php) :
define('_IMG_MAX_SIZE', 0); # size in Kb
define('_IMG_MAX_WIDTH', 0); # width in pixels 
define('_IMG_MAX_HEIGHT', 0); # height in pixels


For documents it’s :

define('_DOC_MAX_SIZE', 0); # size in Kb


If the limitations are not respected, the upload is aborted and an error message is displayed

→ Lire la suite sur le site d’origine…


Revenir en haut