1) You probably need to move the file from the temporary directory to
somewhere in your own personal directory hierarchy.
2) http://php.net/move_uploaded_file
miguel
On Sun, 19 May 2002, arnaud gonzales wrote:
> Hi all,
> I' m trying to copy an uploaded file:
>
> if(!empty($fichier)) {
Hi all,
I' m trying to copy an uploaded file:
if(!empty($fichier)) {
$nom = $HTTP_POST_FILES["fichier"]["name"];
$type = $HTTP_POST_FILES["fichier"]["type"];
$taille = $HTTP_POST_FILES["fichier"]["size"];
$nom_tmp = $HTTP_POS
2 matches
Mail list logo