component.json revision 61347e205d65dcb803738228d1ffec58144e4eca
{
"name" : "uploader",
"displayName": "Uploader",
"description": "Provides file-upload functionality that goes beyond the native browser-based methods (multiple file upload, progress tracking, etc.)",
"author" : "allenrabinovich",
"tags": ["utility", "beta", "uploader"],
"use" : ["uploader"],
"examples": [
{
"name" : "uploader-simple",
"displayName": "Simple Uploader with Progress Tracking",
"description": "How to upload a single file, while tracking progress and using a sprite-skinned button",
"modules" : ["uploader"],
"tags" : ["uploader", "widget", "utility"],
"hideTableOfContents": true
},
{
"name" : "uploader-withvars",
"displayName": "Single File Upload with Additional Data",
"description": "How to upload a single file, along with GET and POST Vars Submission and receive data from the server",
"modules" : ["uploader"],
"tags" : ["uploader", "widget", "utility"],
"hideTableOfContents": true
},
{
"name" : "uploader-multiple",
"displayName": "Multiple Files Upload with Transparent Overlay Button",
"description": "How to upload multiple files with progress tracking and a transparent overlay upload button",
"modules" : ["uploader"],
"tags" : ["uploader", "widget", "utility"],
"hideTableOfContents": true
}
]
}