Skip to main content

All Questions

Filter by
Sorted by
Tagged with
24 votes
4 answers
2k views

AngularJS file upload from ngThumb directive (with angular-file-upload)

I am using Angular-File-Upload to upload file to server. Everything works fine and the file can be saved in DB. The question is, how can I load back the images that I saved when in edit mode? This ...
d3bug3r's user avatar
  • 2,596
9 votes
4 answers
34k views

Angular js Input type file - clear previously selected file

I am using input type="file" for my upload control using angular js. Everytime I click on browse, I do not want to see the previously selected file. By default,this seems to be retained. Can it be ...
KeenUser's user avatar
  • 5,565
1 vote
0 answers
232 views

How to have access to directive scope value from my main controller

Web API file Upload with AngularJS - https://code.msdn.microsoft.com/AngularJS-with-Web-API-22f62a6e#content This tutorial upload selected files to the server but there is no way to get the selected ...
Akinsanya Olanrewaju's user avatar
3 votes
2 answers
2k views

passing upload URL for flow-init's target from controller in angularjs + flow.js dynamically

I want to pass dynamic url to flow-init's target property. the URL was generated at runtime. If I assign a scope object which contains the properties for flow-ini. Then it return parse error.
user3543540's user avatar