We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
See
https://github.com/nervgh/angular-file-upload/wiki/FAQ#2-how-to-update-fileitem-options-before-uploading https://github.com/nervgh/angular-file-upload/wiki/FAQ#3-i-need-custom-options-are-there-any #377
No branches or pull requests
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:
Can we send selectedType parameter in ng-click along with uploader.uploadAll ?
& can we get all the uploaded items in a single array?
Thanks
The text was updated successfully, but these errors were encountered: