Skip to content

Commit cbf7f13

Browse files
author
Mike Wilcox
committedApr 17, 2013
Fixes #17042 - update dojox/form readme
git-svn-id: http://svn.dojotoolkit.org/src/dojox/trunk@31287 560b804f-0ae3-0310-86f3-f6aa0a117693
1 parent 41a076b commit cbf7f13

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
 

‎form/README

+6-8
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ Dependencies:
2121

2222
Depends on dojo core and dijit
2323

24-
dojo.form.FileUploader depends on dojox.embed, and uses Flash movies created
25-
in the deft project using Flex OSS 3. You do not need any of the deft code;
26-
compiled movies are included with dojox.form in the resources folder.
27-
If you want to modify the actual movies, you can look in the deft project
28-
(under the package deft.av).
24+
dojo/form/Uploader depends on dojox.embed, and uses Flash SWFs created
25+
in the deft project using Flex OSS 3.
2926
-------------------------------------------------------------------------------
3027
Documentation
3128

@@ -53,9 +50,10 @@ Additional Notes (Brief widget list):
5350

5451
* FilePickerTextBox - a validating text box that can browser server-side
5552
files using a dojox.data.FileStore
56-
* FileUploader - Allows for Multi-file uploads and file masking. Uses a SWF
57-
file created with Deft. Compatible with Flash Player
58-
versions 8-10. Degradeable to a multi-file HTML uploader.
53+
* FileUploader - deprecated
54+
55+
* Uploader - Allows for Multi-file uploads using HTML5, Flash or an IFrame
56+
version 1.9 had changes that may break back-compat.
5957

6058
* ListInput - A text-box widget that allows inputting multiple items (similar
6159
to the "to" field on many email clients)

0 commit comments

Comments
 (0)
Please sign in to comment.