Menu

[r432]: / swfupload / trunk / demos / index.php  Maximize  Restore  History

Download this file

27 lines (23 with data), 907 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
session_start();
?>
<!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>
<title>SWFUpload Revision 5 Demo</title>
<link href="css/default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="title">SWFUpload (Revision 5) Demos</div>
<ul>
<li><a href="formsdemo/index.php">Classic Form Demo</a></li>
<li><a href="multiuploaddemo/index.php">Multi-Upload Demo</a></li>
<li><a href="featuredemo/index.php">Features Demo</a></li>
</ul>
<ul>
<li><a href="http://linebyline.blogspot.com">Revision 5 developed by Jake Roberts</a></li>
<li><a href="http://swfupload.mammon.se">Original SWFUpload Website</a></li>
<li><a href="swfupload_vr5.zip">Download the Revision 5 Source and Demos</a></li>
</ul>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.