PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of DavidLanz   Hippo Picture Base64 Encode   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: default web page
Class: Hippo Picture Base64 Encode
Encode GIF or JPEG image files as a PHP script
Author: By
Last change:
Date: 18 years ago
Size: 570 bytes
 

Contents

Class file image Download
<?php
 
?>

<form name=vip_edm method=post action=example.php enctype="multipart/form-data">
  <TABLE width="100" border="1" cellspacing="0">
      <tr bordercolor = "Pink">
        <td width="100%">
          <font size="2">
          Picture SourceˇG<br><INPUT type="file" name="fupload"><br>
          </font>
        </td>
      </tr>
      <tr bordercolor="Red">
        <td colspan="2">
          <center>
          <INPUT name=hippo_base64_encode type="submit" value="Upload">
          </center>
        </td>
      </tr>
  </TABLE>
</form>