on peut envoyer des images plus grandes dans un article
This commit is contained in:
parent
9ead585261
commit
cb5e9a4e7d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ function formulaires_editer_post_verifier_dist($id_article=0, $redirect=''){
|
|||
}
|
||||
|
||||
$bigform = charger_fonction('bigform_verifier','inc');
|
||||
$options = ['mime' => 'tout_mime','taille_max'=>'5000','largeur_max'=>'2048','hauteur_max'=>'2048'];
|
||||
$options = ['mime' => 'tout_mime','taille_max'=>'5000','largeur_max'=>'3000','hauteur_max'=>'3000'];
|
||||
$bigform($options,$erreurs);
|
||||
|
||||
return $erreurs;
|
||||
|
|
Loading…
Add table
Reference in a new issue