All Questions
Tagged with angular-file-upload html
8 questions
1
vote
1
answer
105
views
Angular P-FileUpload ng-template not working
I am trying to use p-fileupload in angular for the pdf files, when I select the file, I want to put the pdf image along with the file name. For that, I created the ng-template for the file upload but ...
1
vote
1
answer
2k
views
Html input type file
I'm working on an application, I have to upload more than 4k files with Angular 5 and Html, I'm using input type file but after I select all files I can't see the files and if I check the event target ...
0
votes
1
answer
2k
views
File upload not working in AngularJS
Here's my code in my controller file that is suppose to grab the values of each input element (name, price, date, image) and push it into an array of objects...
$scope.addBook = function(name, price, ...
0
votes
3
answers
1k
views
Triggering click event on an element not working in IE8
I am making an angular app but I have found an instance where I need to use jQuery. I need to click a button which raises a click event on another hidden button. I know this seems odd but I need this ...
0
votes
0
answers
79
views
How to ensure that image is selected or not using angular file upload
I am using angular File upload But the problem is , required attribute of file upload is not ensuring that image available or not.
<input type="file" name="picture" class="ion ion-camera" ...
3
votes
0
answers
982
views
ProgressEvent.load is always the same as ProgressEvent.Total which causes the progress to fake
I'm trying to implement progress bar on a website.
The Problem:
ProgressEvent.load is always the same as ProgressEvent.Total which prevent the progress to show the real state of the upload. At the ...
0
votes
1
answer
385
views
angular-upload, new method parameter dissapears
Hey I'm trying to do an extension to https://github.com/leon/angular-upload
I need to do some client side validation before uploading (a preliminary check on the file so that I can make sure a size + ...
2
votes
1
answer
1k
views
Drag and Drop Angular File Upload with Relatively Positioned Elements
I am having an issue with Angular File upload, being used with relatively positioned elements. My drop target is 100% width and height, absolutely positioned. If you drag the file over any non-...