Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
3k views

File drag and drop functionality in Angular js/MVC not working

I am trying to implement a simple file drag and drop functionality in Angular js/MVC. I created a directive for the drag and drop. (function (angular, undefined) { 'use strict'; ...
Pein's user avatar
  • 443
1 vote
0 answers
978 views

How to send multiple parameters in nervgh's Angular File Upload (.NET)?

I'd like to perform an action when all files are uploaded successfully. I'm using nervgh's angular-file-upload. I have no idea how to do this! In controller I have: [HttpPost] public JsonResult ...
Phronux's user avatar
  • 125
0 votes
1 answer
1k views

ng-file-upload function not triggering function

i'm trying to upload a file to my server like, save a path to database and file to folder, for that i tried ng-file-upload here is my code. <form ng-show="divPatient" name="PatientForm" ng-submit="...
Arjun's user avatar
  • 516
2 votes
1 answer
691 views

trigger file upload event

I am unable to trigger file upload related event called onFileSelect when I select the file to upload. Here is my code. <head> <script src="~/Scripts/angular.min.js"></script> ...
dotnet-practitioner's user avatar
1 vote
1 answer
2k views

Angular-file-upload not posting image to C# MVC Controller

I am applying angular-file-uploader.js in my ASP.NET MVC application. I want to upload an image in a folder on a server. The problem happens on receiving the image on my ProductTemplate controller(...
kiriz's user avatar
  • 685