| Current File : //opt/RZphp71/includes/doc/HTML_Progress/examples/upload/mixedupload.html |
<?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, http, form, upload, progress meter" />
<meta name="description" content"="HTML_Progress and HTML_Quickform the best couple to upload files (protocol http) on a website " />
<meta name="author" content="Laurent Laville" />
<title>PEAR::HTML::Progress example: mixed field upload</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<frameset cols="100, *">
<frame name="meter" src="vbar.php" target="_self" scrolling="no" />
<frame name="files" src="mixedupload.php" target="_self" />
<noframes>
<body>
<p>Your browser does not support frames.</p>
</body>
</noframes>
</frameset>
</html>