D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
doc
/
HTML_Progress
/
examples
/
upload
/
Filename :
ftpupload.html
back
Copy
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3c.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta name="robots" content="noindex, nofollow" /> <meta name="keywords" content"="HTML_Progress, HTML_Quickform, Net_FTP, form, upload, progress meter" /> <meta name="description" content"="HTML_Progress, HTML_Quickform and Net_FTP the best trio to upload files (protocol ftp) on a server " /> <meta name="author" content="Laurent Laville" /> <title>PEAR::HTML::Progress example: FTP files upload</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <frameset cols="*, 300"> <frame name="files" src="ftpupload.php" target="_self" /> <frame name="meter" src="progressbar.php" target="_self" scrolling="no" /> <noframes> <body> <p>Your browser does not support frames.</p> </body> </noframes> </frameset> </html>