By uploading php script to your web server you can upload many files to the server.
<form enctype="multipart/form-data" action="1-2upload.php" method="POST">
Please choose a file: <input name="uploaded" type="file" /><br />
<input type="submit" value="Upload" />
</form>
No comments:
Post a Comment