Slide 4
Slide 4 text
Events are your friends
• Use events to integrate jQuery-file-upload
• `events` object in can.Component is a can.Control
instance
• Update progress of the file upload
• Know when upload is done
• When `file` is removed from the `scope.files`
list, cancel the upload or delete the file