multifile-uploader

What is the best client side browser library to upload multiple files over http?

What is the best client side http library to upload multiple files? If it can handle directories that's a huge bonus. I'm looking for something that is open source or free. I'm looking for something like FTP, but that works over http, through the browser. Uploading multiple files through a normal HTML 4.x form is a bit of a hassle when i...

What is the best multiple file JavaScript / Flash file uploader?

Specifically, I'm looking for a client-side, JavaScript and / or Flash based multiple file uploader. The closest thing I've found is FancyUpload. Anyone have experience with it? If not, what else is out there? ...

ASP.Net Upload of multiple files after choosing them from jQuery

I have used a jQuery multiple file upload control [ MultiFile from fyneworks http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Overview ] to collect some filenames but can't work out how to upload them on the server. The standard asp:FileUpload control only seems to allow single files and I don't want to use the swfupload contr...

ASP.net - Multiple Upload with jQuery Multiple File Upload Plugin

I know how to upload with ASP.net's FileUpload control. What I want to do is use this jQuery Multiple File Upload Plugin to upload multiple files. Here is exactly what it does when multiple files are selected for upload: <input type="file class="multi MultiFile" id="MultiFile1_F3" name="file1[]" style="position: absolute; top: -3000px...

Scan folder on local (user's) PC and upload all files(images) to web server

Hi, I wish my users could select a directory from their PC and upload all files from this directory, so they could upload whole album(directory) instead of uploading every single file separately. I would like to ask you if this is somehow possible using PHP or JavaScript and without using any framework. thank you ...

Flash uploader and ASP.net MVC

I have a flash upload component I want to use to upload multiple files. I'm using it in a MVC app and what I want to happen is that the user picks the files they want to upload, it uploads them and then displays a page showing all the files they have uploaded so they can add a description and select where to save them, and then save the ...

Any good multiple file uploader for ASP.NET websites?

I need a multiple file uploader for an asp.net website. It'll be great if i can be a drag-and-drop file uploader. I'm assuming I would have to use something like flash to do that. ...

multiple file upload

Hey Does know how to or can provide a demo or script which will allow multiple files to be uploader to a web server WITHOUT using flash or anything which needs to be installed on the client machine. Ideally providing a status with how the uploads are doing ie 27% etc. It would be great if I could select multiple files then hit upload...

FTPWebRequest Upload files will only upload two files!

Hi I'm using the aynchronous members of the WebRequest to upload files to an IIS ftp server. I can upload two files with success. However BeginGetResponse on the third file never calls my call back routine! Any Ideas welcome? thanks, john ...

best jQuery AJAX multiple uploader

Any suggestions? Possibly something very interactive that I can multiple-select files. Thanks! ...

Multiple Uploads

hey I need the help with the following. I have a website, altough I was not a 100% programmer, I am trying to navigate within the programming of the site. It work in asp.net 2.0. I have an image gallery, but the only problem is that I can only upload 1 image at a time. I need some help how i can integrate multiple images on the site. b...

Why is the jquery multi upload plugin not uploading?

I am using the multi-upload plugin found at: http://www.fyneworks.com/jquery/multiple-file-upload/ This is what I am doing: These steps will reproduce the problem: Create a file input field, add 'multi-upload' as the class and 'images[]' as the name Use the input field to select an image and redirect to upload.php page via the action...

Multiple file uploader - looking at Google Docs implementation

I'm looking to implement a multiple file uploader in my ASP.NET 3.5 site. Now, the Google Docs multi-file uploader is pretty awesome, and I'd like to create something like that. Correct me if I'm wrong, but Google Docs is not open source, so I can't get my hands on the source code for it. Any ideas on how this is implemented, or the ...

jQuery MultiFile - how to clear / reset ?

Hi all, I'm using the jQuery multi-file upload plugin found here: http://www.fyneworks.com/jquery/multiple-file-upload/ I don't see in any of the examples though a way to "reset" the file-picker, clearing out any currently selected items. Any one know how to do this? Thanks! ...

Multiple file upload like orkut style with asp.net mvc..

Hai Guys, Recently i am working with asp.net mvc... Now i want to upload multiple file uploads like orkut style with asp.net mvc ... I dont know how to get started ... ...

Multiple file uploader in HTML5 -- browser support?

I read that the HTML5 spec introduced the ability to select multiple files in an upload form. What browsers currently support this? Does Adobe AIR support it? Bonus question: Is there a JavaScript library that takes advantage of this functionality? ...

Multiple file upload with ASP.NET MVC & jQuery Multiple File Upload Plugin

I'm using jQuery Multiple File Upload Plugin to upload several pictures. But form posts only 1, top, item. Fiddler (POST): POST /Images/UploadImages HTTP/1.1 Host: localhost:4793 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Accept: text/html,application/xhtml+xml,application/xml;q=...

PHP uploader for about a thousand images?

I am working on a websitwe and I need a client to send me close to a thousand pictures. There is a bit of a geographical distance between us, so while mailing a CD or SD card is not impossible, it is not preffered. Can I write a PHP uploader to have the client submit the pictures, or is there a better way? I do not want to subscribe to ...

Jquery: MultiFile Plugin failing on IE7

Hello Guys, I'm using this plugin http://www.fyneworks.com/jquery/multiple-file-upload/ to create a mail attach system, but it is failing to execute on IE7. Here's my code: $(".attachFile").live("click",function(){ var id ="#"+$(this).parent().parent().attr("id"); $(id + ' #attach').MultiFile({ onFileAppend: function(el...

Where can I find a free image-uploader library/service?

Where can I find an image uploader similar to the one here? I need this to work with PHP or RoR. ...