Uploader Class
yui3/src/uploader/js/uploader.js:11
Y.Uploader
serves as an alias for either <a href="UploaderFlash.html">Y.UploaderFlash
</a>
or <a href="UploaderHTML5.html">Y.UploaderHTML5
</a>, depending on the feature set available
in a specific browser. If neither HTML5 nor Flash transport layers are available, Y.Uploader.TYPE
static property is set to "none"
.
Index
Properties
- TYPE static
Properties
TYPE
String
static
The static property reflecting the type of uploader that Y.Uploader
aliases. The possible values are:
<ul>
<li><strong>"html5"
</strong>: Y.Uploader is an alias for <a href="UploaderHTML5.html">Y.UploaderHTML5</a></li>
<li><strong>"flash"
</strong>: Y.Uploader is an alias for <a href="UploaderFlash.html">Y.UploaderFlash</a></li>
<li><strong>"none"
</strong>: Neither Flash not HTML5 are available, and Y.Uploader does
not reference an actual implementation.</li>
</ul>