This repository was archived by the owner on Apr 23, 2018. It is now read-only.

Description
<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