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
});
}