This commit is contained in:
did 2011-07-19 15:36:38 +02:00
parent 47088f9b0e
commit 91aa975973
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@ var MediafileDialog = {
]
});
uploader.bind('BeforeUpload', function(up, file) {
file.name = unescape(encodeURIComponent(file.name));
});
uploader.bind('QueueChanged', function() {
self.showSpinner('uploading');
uploader.start();