PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of catalin   PHP Upload Picture   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Example html file for upload
Class: PHP Upload Picture
Validate and resize an uploaded image file
Author: By
Last change: Update of index.php
Date: 2 months ago
Size: 394 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title></title>
    </head>
    <body>
        <form name='upload' action='uploadFile.php' method='post' enctype='multipart/form-data' >
        File: <input name='file' type='file' /><br/>
        <input type='submit' value='Add Image' />
        </form>
    </body>
</html>