PHP Classes

File: index.html

Recommend this page to a friend!
  Classes of Ahmed Abdulla   PHP Upload File Unique Name   index.html   Download  
File: index.html
Role: Auxiliary data
Content type: text/plain
Description: upload page
Class: PHP Upload File Unique Name
Process uploads and store them with unique names
Author: By
Last change:
Date: 6 months ago
Size: 268 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <body> <form action="upload.php" method="post" enctype="multipart/form-data"> Select image to upload: <input type="file" name="file" id="file"> <input type="submit" value="Upload Image" name="submit"> </form> </body> </html>