To view this, you need to install the Flash Player 7. Please go to here and download it.

Posts Tagged ‘ upload files ’

PHP, upload files

Saturday, March 7th, 2009

1 ) HTML page
<form enctype="multipart/form-data" action="thankyou.php" method="POST">
Please choose a file: <input name="uploaded" type="file" /><br />
<input type="submit" value="Upload" />
</form>

(more…)

Categories