Questions tagged [jsajaxfileuploader]

21 questions
0
votes
1 answer

How to limit file upload in angular-file-upload

I have used angular-file-upload to upload files, files are uploading everything working fine. Now, I have to add restriction that user can not able to upload more then 5 pictures and at one shot single file should upload How is it…
0
votes
2 answers

AjaxFileUploadHandler.axd coming up 404

I'm editing the original post because I've figured a few things out, so my question can be more specific. I'm working with the AjaxControlToolkit and Visual Studio 2015 Community edition. I used NuGet to install the toolkit and the Html Sanitizer…
0
votes
0 answers

AjaxFileUplaod not working on server side

I use ajaxfileuplad , Before Uploading to Server I test it local it was working , after Uploading to server , I had an issue that the there is no error returned , but the folder still empty no image is uploaded , I check the permissions for the…
0
votes
2 answers

How do you pass HTML input files to C# ASP.Net using AjaxFileUpload.js?

I'm new to stackoverflow so my apologies if I misuse any of the guidelines. I am in the middle of making a ASP.Net website and I have run into a very specific problem where I am using ProcessRequest to try and retrieve multiple files. C# ASP.Net…
0
votes
1 answer

Passing File path to MVC controller from View with Ajax J query return null

I'm trying to upload a image using MVC 5 and Ajax Jquery (asynchronously) but value of image variable always return null, i already checked some previous stack overflow posts regarding this issue but i could not find my mistake, can anyone help…
0
votes
1 answer

JSAjaxFileUploader show image after upload

I am using JSAjaxFileUploader but cant find any option to show the thumbnail after file uploaded as it automatically slide out. There is no option for this in documentation either.
Imran Bughio
  • 4,811
  • 2
  • 30
  • 53
1
2