-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 1.13 KB
/
index.html
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
28
29
30
31
32
33
34
35
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Ext.ux.uploader</title>
<style type="text/css">
body{
font-size: 12px;
font-family: Tahoma;
}
</style>
</head>
<body>
<h1>Ext.ux.uploader package</h1>
<p>
The Ext.ux.uploader package provides a flexible framework for
adding upload functionality to your application.
</p>
<p>
The core of the package is an abstract adapter class that features
queue functionality, simultaneous uploads, and a standardized event
model. So far, there are implementation for gears and standard html
forms. I plan on adding a swf implementation if I have time.
</p>
<p>
Also included is a simple Panel extensions that implements the
adapters as well as a demonstation page written in php to provide
sample usage.
</p>
<a href="samples">View Samples</a>
</body>
</html>