Discussion: Files types
Afficher un message
Vieux 19/09/2007, 21h48   #5
Janwillem Borleffs
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Files types

Bill wrote:
> i tried
> $newname = $_FILES['imagefile']['type'];
> echo $newname;
> and got nothing.
> Is there something I have to do to make this work
>


Make sure the form has the correct method/enctype defined:

<form method="post" action="..." enctype="multipart/form-data">
<input type="file" name="imagefile" />
</form>


JW


  Réponse avec citation
 
Page generated in 0,06364 seconds with 9 queries