forked from 0x2620/pandora
upload chunks with offset. fail if uploaded file does not match oshash
This commit is contained in:
parent
4dca348b6e
commit
22e3a9eedd
8 changed files with 71 additions and 25 deletions
|
|
@ -64,6 +64,7 @@ pandora.ui.uploadVideoDialog = function(data) {
|
|||
}).bindEvent({
|
||||
click: function(data) {
|
||||
if (data.files.length) {
|
||||
cancelled = false;
|
||||
$actionButton.hide();
|
||||
$closeButton.options('title', Ox._('Cancel'));
|
||||
upload(data.files[0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue