Version: 2
Type: Full Script
Category: Other
License: GNU General Public License
Description: I have written this program on linux OS , the directory structure will be different for windows OS , you can configure it as u require, but initially follow the commented documentation for installation and configuration in uploadresp.html read the comments carefully before using it
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Author" content="Madhu"> <meta name="GENERATOR" content="Mozilla/4.75 [en] (Win98; U) [Netscape]"> <title>upload</title> </head> <body> <html> <br><title>Upload Manager</title> <br><body> <br><? <br> // Name this file as upload.php <br> print ("<form name='x' enctype='multipart/form-data' method='post' action='uploadresp.php'>"); <br> print ("<table border=1 align=center>"); <br> print ("<tr>"); <br> print ("<td><font face='OCR A Extended'><b>Simple Image Upload</b></td>"); <br> print ("</tr>"); <br> print ("<tr>"); <br> print ("<td><font face='OCR A Extended'>Select Image</font></td><td><input type='file' name='myimage'></td>"); <br> print ("</tr>"); <br> print ("<tr>"); <br> print ("<td></td><td><input type='submit' value=upload></td>"); <br> print ("</tr>"); <br> print ("</table>"); <br> print ("</font>"); <br> print ("</form>"); <br>?> <br></body> <br></html> <br> <br> <br> </body> </html>