mirror of https://github.com/apache/cloudstack.git
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:
parent
26acdd7f6c
commit
c16d5a8221
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue