Skip to content

Sending parameters from UI #539

Closed
Closed
@clubbavi

Description

@clubbavi

Hello,

I am uploading multiple files. How can I send extra parameters from the UI dynamically as I would not be knowing which values are there?
Example:

<label class="btn btn-default" ng-repeat="docType in types">
    <input type="radio" ng-model="$parent.selectedType" name="name" value="{{docType.type}}" 
          required />{{docType.type}}
</label>
<button type="button" class="btn btn-success btn-s" ng-click="uploader.uploadAll()" 
      ng-disabled="!uploader.getNotUploadedItems().length">

Can we send selectedType parameter in ng-click along with uploader.uploadAll ?
& can we get all the uploaded items in a single array?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions