Thread: Basic Code
View Single Post
Old 11-07-2007, 12:50 PM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,398
sde is on a distinguished road
HTML Code:
<form enctype="multipart/form-data" action="upload.php" method="POST"> Please choose a file: <input name="uploaded" type="file" /><br /> <input type="submit" value="Upload" /> </form>
you can access the file information on upload.php with the $_FILES array. again, not sure what you want to do with the files but depending on that, your php code may vary.
__________________
testing 1 2 3
sde is online now   Reply With Quote