volume-upload: UI > dialog widget > display $frameForm(the hidden form to submit file with signature/expires/metadata) in console log.

This commit is contained in:
Jessica Wang 2015-01-22 15:45:08 -08:00
parent 26acdd7f6c
commit c16d5a8221
1 changed files with 3 additions and 0 deletions

View File

@ -713,6 +713,9 @@
$hidden.appendTo($frameForm);
});
console.log("The following object is a hidden HTML form that will submit local file with hidden field signature/expires/metadata:");
console.log($frameForm);
$uploadFrame.css({ width: $field.outerWidth(), height: $field.height() }).show();
$frameForm.append($file);
$field.append($uploadFrame);