more chunk stuff

This commit is contained in:
zotlabs 2017-11-29 18:34:16 -08:00
parent e47c08ed72
commit d59c1bb6bf
2 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,9 @@ function UploadInit() {
// data.submit(); // data.submit();
// }, // },
// submit: function(e,data) { submit: function(e,data) {
// data.submit(); e.preventDefault();
// }, },
// done: function(e,data) { // done: function(e,data) {
// addeditortext(data.result.message); // addeditortext(data.result.message);

View File

@ -25,7 +25,7 @@
<input type="hidden" name="channick" value="{{$channick}}" /> <input type="hidden" name="channick" value="{{$channick}}" />
<input type="hidden" name="return_url" value="{{$return_url}}" /> <input type="hidden" name="return_url" value="{{$return_url}}" />
<label for="files-upload">{{$upload_header}}</label> <label for="files-upload">{{$upload_header}}</label>
<input class="form-group pull-left" id="files-upload" type="file" name="files"> <input class="form-group pull-left" id="files-upload" type="file" name="files[]" multiple>
{{include file="field_checkbox.tpl" field=$notify}} {{include file="field_checkbox.tpl" field=$notify}}
<div class="pull-right btn-group"> <div class="pull-right btn-group">
<div class="btn-group"> <div class="btn-group">