14 lines
436 B
PHP
Executable File
14 lines
436 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
$target_dir = "../Design/_icones_web/";
|
|
$targetExtension =['jpeg', 'jpg', 'png', 'svg', 'bmp', 'gif'];
|
|
$targetSize ='5242880'; //5 Mo
|
|
$largeurMax = 0;
|
|
$hauteurMax = 0;
|
|
$largeurMin = 0;
|
|
$hauteurMin = 0;
|
|
$_FILES['fileToUpload']=$_FILES['fileToUpload' .$theIdPaie];
|
|
|
|
include ($includePathAdmin. "/_fonctions/uploadGenerique.php");
|
|
if ($uploadOk == 1) $codeOpe='upIco';
|
|
?>
|