0

I've seen lots of examples out there but none that quite tick all the boxes for me

I need a multi file uploader with a progress bar invoking a webservice to upload to a server / save details to a DB

Any examples/demos would be great

Can it even be done ?

I'm trying to use this example

http://jquery-with-asp.net/2012/02/ajax-file-upload-with-asp-net-using-valums-script/

function createUploader(){

        var uploader = new qq.FileUploader({
            element: document.getElementById('dvFileUploader'),
            action: 'ws/FilesUploader.html',
            debug: true
        });             
    }
cWilk
  • 143
  • 2
  • 3
  • 9

1 Answers1

0

I hope it will helps you Upload Multiple Files in ASP.NET using jQuery

Eugene Trofimenko
  • 1,611
  • 1
  • 13
  • 19