Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Imran Ahmad Shahid's user avatar
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 ...
Quentin's user avatar
  • 11
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, ...
Arron J. Linton's user avatar
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 ...
BobDoleForPresident's user avatar
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" ...
Muhammad Faizan Khan's user avatar
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 ...
Dvir's user avatar
  • 3,338
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 + ...
Anders Metnik's user avatar
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-...
Eric's user avatar
  • 419