PHP Classes

File: _index.php

Recommend this page to a friend!
  Classes of Alessandro Rosa   FTPeasy   _index.php   Download  
File: _index.php
Role: Example script
Content type: text/plain
Description: another example file
Class: FTPeasy
Transfer files to one or more FTP servers
Author: By
Last change:
Date: 17 years ago
Size: 351 bytes
 

Contents

Class file image Download
<form name="ftpform" method="post" enctype="multipart/form-data" action="go.php">
<table>
    <tr><td>File to upload: <input type="file" name="file01upload" /></td></tr>
    <tr><td>The name you want on the server: <input type="edit" name="file01name" /></td></tr>
    <tr><td><input value="Submit" type="submit" /></td></tr>
</table>
</form>