File Upload
Posted: Thu Jul 24, 2003 9:28 am
Hi,
got his form
and this is the script
It want upload whatever I do. For some reason 
got his form
Code: Select all
<form method="post" action="images_add_script.php" enctype="multipart/form-data">
<input type="file" name="image" size="25">
<input type="submit" value="Legg til!">
</form>Code: Select all
@copy("$image" , "../images/uploaded/")
or die("Could not upload.");