new Upload()
A component for uploading files
options: { url:'', parameters:{}} Events: uploadDidCompleteQueue - when all files are done uploadDidStartQueue - when the upload starts uploadDidComplete(file) - when a single file is successfull uploadDidFail(file) - when a single file fails