PHP Classes

File: upload_example.php

Recommend this page to a friend!
  Classes of Anish Karim C   JPEG Slicer   upload_example.php   Download  
File: upload_example.php
Role: Example script
Content type: text/plain
Description: Example Page
Class: JPEG Slicer
Slice large images in multiple parts
Author: By
Last change:
Date: 16 years ago
Size: 690 bytes
 

Contents

Class file image Download
<!--
This will help to demonstrate the JPEGSlicer working.
thecoderin@aol.in
-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Example Page for JPEG SLICER -anish**-</title>
</head>

<body>
<form method="post" name="post_form" enctype="multipart/form-data" action="uploaded_example.php">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
<input type="file" name="image" />
<input type="submit" name="submit" value="Upoad" />
</form>
</body>
</html>