<div
class="btn btn-primary btn-upload"
upload-button
url="/fileupload"
param="uploadedFile"
data="{{location}}"
on-success="onSuccess(response)"
>
Upload
</div>
writing like below doesn't work either
<div
class="btn btn-primary btn-upload"
upload-button
url="/fileupload"
param="uploadedFile"
data="location"
on-success="onSuccess(response)"
>
Upload
</div>
location is $scope.location. I tries to put an object there or string. In the server the body and.or query is empty