| Line 14... |
Line 14... |
| 14 |
$url_upload_image->setVariableRequete('id_utilisateur',$id_utilisateur);
|
14 |
$url_upload_image->setVariableRequete('id_utilisateur',$id_utilisateur);
|
| 15 |
}
|
15 |
}
|
| Line 16... |
Line 16... |
| 16 |
|
16 |
|
| 17 |
echo $url_upload_image;
|
17 |
echo $url_upload_image;
|
| 18 |
?>" method="post" enctype="multipart/form-data">
|
18 |
?>" method="post" enctype="multipart/form-data">
|
| 19 |
<label style="display:inline;"> <?= $amc_nom ?> : </label>
|
19 |
<label class="label_champ_annuaire"> <?= $amc_nom ?> : </label>
|
| 20 |
<input name="image_<?=$amc_id_champ?>" id="image_<?=$amc_id_champ?>" type="file" size="50" maxlength="<?php if(isset($taille_max)) { echo $taille_max; } else { echo '10000000'; } ?>" accept="image/*" />
|
20 |
<input name="image_<?=$amc_id_champ?>" id="image_<?=$amc_id_champ?>" type="file" size="50" maxlength="<?php if(isset($taille_max)) { echo $taille_max; } else { echo '10000000'; } ?>" accept="image/*" />
|
| 21 |
<input type="submit" value="OK" />
|
21 |
<input type="submit" value="OK" />
|
| 22 |
<?php if(isset($erreurs[$amc_id_champ])) { ?>
|
22 |
<?php if(isset($erreurs[$amc_id_champ])) { ?>
|
| 23 |
<div style="color:#FF0000"> <?= $erreurs[$amc_id_champ] ?> </div>
|
23 |
<div style="color:#FF0000"> <?= $erreurs[$amc_id_champ] ?> </div>
|