FileReference.cancel
The docs are confusing me a bit. They say, "Calling this method does not dispatch the cancel event; that event is dispatched only when the user cancels the operation by dismissing the file upload or download dialog box." Is the cancel event supposed to fire if you call fileref.cancel() after you've called fileref.upload()? If it isn't, then what's a file upload dialog box?
