Hi, as upload is a necessity today, many would need this type of uploader for simple use.
1st create a php file named upload.php
Now put the below content in it and run it in your local server.
Not enctype=”multipart/form-data” is mandatory for file uploads in the HTML Form.
<!– put all in upload.php file –>
<form action=”upload.php” method=”post” enctype=”multipart/form-data”>
Browse [...]
Filed under: Scripts | Tagged: file uploader, php | Leave a Comment »
