Questions tagged [angular-file-upload]

angular-file-upload is an unmaintained lightweight cross-browser AngularJS directive for uploading files, with a feature set including file and directory drag and drop, upload progress, cancel/abort, and client-side file validation.

Resources

Angular-file-upload is unmaintained. Consider using ng-file-upload.

191 questions
0
votes
2 answers

Script error in angular-file-upload.js

I get 'Script error in the below js' file .This is the file downloaded using bower install from cloudinary-angular from git hub. Whats the error here? angular-file-upload.js /**! * AngularJS file upload/drop directive with http post and…
sabari
  • 2,595
  • 5
  • 28
  • 44
0
votes
1 answer

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 + width + height of picture is matching my…
Anders Metnik
  • 6,096
  • 7
  • 40
  • 79
0
votes
1 answer

Angularjs file upload doesn't work ($files is undefined)

I use danialfarid library fileUpload. https://github.com/danialfarid/angular-file-upload And i do same things like in "Usage article on GitHub page", but i have an error after i chose file: "Uncaught TypeError: Cannot read property 'length' of…
thisninja
  • 56
  • 1
  • 1
  • 5
0
votes
0 answers

CORS angularjs file upload with IE8 support

I am seeking an easy and light weight way to upload a file to a REST API using CORS in IE 8. I am using the following plugin: angular-file-upload. Since flash doesn't support custom headers using CORS,Which means that I cannot upload a file using…
svp
  • 495
  • 1
  • 12
  • 26
0
votes
1 answer

Asset pipeline not loading script from rails-assets gem

I have added the danial-farid--angular-file-upload library to my rails 4 app via rails assets. The main library loads fine, but sprockets can't find the shims file it includes for file upload progress. I think this is because the shims file is not…
0
votes
1 answer

angular-file-upload not adding file to the request

I'm using angular-file-upload to upload a picture to the server running Node and Express 4.0 and I'm having trouble getting to the file data on the erver. Here's the relevant code: Angular…
Iñigo Beitia
  • 6,303
  • 4
  • 40
  • 46
-1
votes
2 answers

Angular : Unable to upload file on web API using HttpPostedFileBase

I want to upload a file on form submit, but its not posting on web API. And save file in a local physical path using Web API. Here I am trying to send file using FormData and trying to access the same in api call using HttpPostedFileBase but its…
-1
votes
3 answers

How to upload file using Angular js, & store image path in mongodb

I have a form with text-fields & drop-downs. I am using Node.js , Angular js, Express, MongoDb. I want to post data along with image(s). I want to store image in folder, without any base/binary conversion, and image path should be stored in…
mayank bisht
  • 618
  • 3
  • 14
  • 43
-1
votes
1 answer

Angular-FileUploader 1.x.x - Adding form data to items

Hi there can't figure out how to add, formdata to my upload request with angular-fileuploader tried with onBeforeUploadItem, but it dosen't add the data :/ Ctrl .controller('uplCtrl', function ($scope, $modalInstance, FileUploader) { var…
Thomas
  • 123
  • 1
  • 1
  • 12
-2
votes
1 answer

angular-file-upload breaks IE9

I`m trying to upload a file via angular-file-upload and on IE9 it falls back to legacy upload via flash. The steps to reproduce this are: Press the file input to upload file Select file and press open IE9 completely breaks with an error of…
-3
votes
1 answer

How to upload file in php using angular js

Now I am learning angular js with php. I will try to upload files and stored file name in mysql database task.html
Nandhakumar
  • 92
  • 1
  • 2
  • 12
1 2 3
12
13