Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
6answers
2k views

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 ...
11
votes
6answers
22k views

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 ...
7
votes
1answer
1k views

How do I use Google Chrome 11's Upload Folder feature in my own code?

Google Chrome 11 now supports uploading folders. Currently this feature is only implemented in Google Docs, and I have been unable to find any API documentation on how to use this in my code. From ...
7
votes
9answers
6k views

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 ...
6
votes
4answers
4k views

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 ...
5
votes
2answers
4k views

Blueimp multi file uploader with ASP.NET MVC 3

I am trying to add blueimp File Upload to a MVC application and I'm having problems with receiving the files in the post action(im going for the multi file upload functionality).Can someone please ...
3
votes
1answer
868 views

Why doesn't Blueimp's jQuery-File-Upload plugin fire callbacks?

I'm experimenting with Blueimp's jQuery-File-Upload plugin, which judging by the demo looks very promising. It's really easy to implement: var $uploadButton = $("#fileop-upload");// <input ...
3
votes
4answers
2k views

HTML5 input type file's multiple attribute not working in IE?

I want to create a multi file uploder using HTML5 and PHP5. I don't want to use any flash player for support. Flash uploader will not support in iphone. I created the form like this <form ...
3
votes
2answers
620 views

Multiple file uploader using pure JQuery and PHP5?

I need a multiple file uploader created by pure jquery/Javascript and php5. Not use any flash files. If any body have code for that please share with me. I tried with File API but its not supporting ...
3
votes
2answers
266 views

Multithread http file uploads

Is it possible to multithread file uploads using http post requests (not ftp)? Are there any flash or java uploaders that take advantage of multithreaded uploads?
3
votes
5answers
289 views

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 ...
3
votes
2answers
595 views

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 ...
2
votes
3answers
68 views

Clearing a PHP page

I'm working with an async file upload tool called plupload. I have everything set up and working the way I want on a standalone page, but I have a problem. I'm transferring my code to a content ...
2
votes
3answers
146 views

ASP.NET MVC 3 file upload plugins

I'm looking for a multifile upload module / plugin, preferably async upload for my ASP.NET MVC 3 project. I've come across blueimp but after fiddling around with the demo, some images uploaded were ...
2
votes
1answer
309 views

How to implement multi-upload ques with Symfony2 and uploadify?

I, have successfully implemented uploadify script into my app, files are being uploaded to /web/uploads folder. I have entity Order witch can have multiple attachments OneToMany-unidirectional ...
2
votes
1answer
725 views

Rails3 ajax upload with Iframe

before rails3 I had a working multiple ajax(mootools) file upload solution. I used form_to_remote with an iframe and responds_to_parent. In rails3 the ajax upload with form_tag remote => true, traget ...
2
votes
4answers
1k views

jQuery MultiFile - how to clear / reset?

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 ...
2
votes
1answer
836 views

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 ...
2
votes
6answers
934 views

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.
2
votes
1answer
780 views

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 ...
2
votes
2answers
7k views

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 ...
1
vote
1answer
84 views

Fancy Upload does not work with mootools 1.4.1 due to fade/tween errors

I am trying to integrate Fancy Uploads "Queued Photo Uploader" into my website but the Clear List and Start Upload click events are not firing. I have stripped out all of my code and resorted to ...
1
vote
2answers
49 views

Flash Based Uploader [closed]

I am looking for a fairly simple uploader. Basically what I want to be able to do is upload a full folder (with files and sub-directories) onto a server. With the normal HTML functionality I can ...
1
vote
1answer
706 views

Rails 3 and Paperclip problem - How to save the uploaded file(s) to the filesystem?

I followed this tutorial trying to integrate Paperclip into my Rails 3 application. However, my case looks a bit different from what is described in this tutorial. In my case, User models are ...
1
vote
2answers
167 views

Multifile.js jquery plugin

I am using multifile.js jquery plugin to upload multiple files. However when the size is large say 7MB it doesn't seem to work. Is it normal behaviour for this plugin. Is there any other option for ...
1
vote
1answer
564 views

How to use Aquantum Multiple File Uploader (Jquery Plugin) for DotNetNuke?

I'm trying to use Aquantum Multiple File Upload in DotNetNuke, but I cannot get it working. Aparently is because I cannot set the form tag. Does anybody know how to implement the pluing without ...
1
vote
1answer
400 views

apache FileUpload and HttpClient headers encoding

The question is about apache FileUpload servlet... I am looking this answer for a long time but since nothing helped I need to get your advise. I have a servlet which gets FileItems uploaded... The ...
1
vote
1answer
481 views

HttpClient and upload progress - ProgressListener missing

I watched the HttpClient progress code but I still have questions I couldn't find answer Where to get this ProgressListener to put the constructor parameter? And how to use the code correctly? Please ...
1
vote
1answer
238 views

Manually doing the UI part for jQuery Upload

I'm able to upload files already with jQuery File Upload, but I'm trying to do the UI part myself for two reasons: the look I want is quite different from jQuery UI to learn the internals of this ...
1
vote
2answers
786 views

Uploadify and Image Compression

I am using Uploadify on one of my client's web sites to allow them to upload a large amount of pictures at once to their photo gallery. I am seeing issues lately. They seem to upload large ...
1
vote
2answers
97 views

What is the best scenario to upload various file where each file is more then 100 MB?

i'm uploading these files in apache, using php. is there any best way to make uploading faster ?
1
vote
0answers
279 views

Efficient reliable incremental HTTP multi-file (or whole directory) upload software

Imagine you have a web site that you want to send a lot of data. Say 40 files totaling the equivalence of 2 hours of upload bandwidth. You expect to have 3 connection losses along the way (think: ...
1
vote
3answers
401 views

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 ...
1
vote
7answers
2k views

best jQuery AJAX multiple uploader

Any suggestions? Possibly something very interactive that I can multiple-select files. Thanks!
1
vote
6answers
1k views

multiple file upload

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. ...
1
vote
5answers
1k views

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

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 ...
0
votes
1answer
46 views

Cannot bind input event to jQuery multifile from dynamically loaded form

I am getting strange behaviour when trying to upload files, using jQuery multi-file plugin, from a dynamically loaded form. I'm using Firefox 9.0.1/Mac This is how I am trying to bind to the change ...
0
votes
0answers
23 views

How do you delete files before they have been uploaded by the dojo Multifile Uploader?

I am using a dojox.form.uploader.FileList here: https://github.com/chotchki/pgGallery/blob/master/src/main/webapp/WEB-INF/views/gallery/gallery.jsp#L129 I have looked through the API documentation ...
0
votes
0answers
38 views

how to handle Struts2 multiple file upload with form data

In struts2 it has plugin to allow multiple file upload. But with each file, I wan tto send some custom data...How do i do that ? I am also trying to use dojox.form.uploader for the same. Thanks, ...
0
votes
0answers
57 views

multiple file upload with dojox.form.uploader and struts

I am trying to implement multiple file uploader using dojox.form.uploader and struts2. Their examples are all php..can you tell me how to write servlet action for the same ? Thanks, Jigar
0
votes
1answer
30 views

Web File Uploader that supports selecting entire directory structures

Would you guys give me an advice? I need to build an uploader with UI where user would be able to choose not only one file or multiple files but also entire directories (to upload their content) Is ...
0
votes
0answers
9 views

searching uploader for commercial usage

I'm looking for an webbased uploadscript for commercial usage. x-browser compatible (tested) for current used browsers multiple uploads drag&drop from os to browser (niceToHave) customizeable ...
0
votes
4answers
73 views

jquery based multi file uploader

Is there any jquery based multi file uploader other than uploadify and non Flash based? I know the most famous of all is Uploadify but this uses Flash. I want to create my page should be compatible ...
0
votes
0answers
18 views

( collective.quickupload)Quick Upload portlet invisible in plone4.1

I successfully installed collective.quickupload to plone4.1(a fresh installed) following this guide: ...
0
votes
1answer
134 views

Can YUI 3 Uploader (multiple files) be used to send request params to a Java controller?

I am currently trying to add multiple file uploads to an application I am working on, but I am having problems finding good documentation on the correct syntax for the parameter list when calling the ...
0
votes
0answers
117 views

jquery.form.js with option iframeTarget (works fine for FF, does not work in IE)

i need a interface to upload multiple file to a DMS, where i can not modify the Result Page. I have a solution with jquery.form.js (without using iframeTarget), which works fine for FF but does not ...
0
votes
1answer
38 views

Multi files upload form problem

I'm creating a form that allows users to upload 11 images, i have 11 input fields for the user can select an image for each. The problem is that i can only upload the images from the first 5 input ...
0
votes
1answer
126 views

Active record store for sessions with multi uploader (uploadify, plupload) with Rails 3?

Is possible to integrate some multifile uploader (like plupload, uploadify) with active records store for sessions in Ruby on Rails 3? I just found only cookie store examples.
0
votes
0answers
75 views

command line web client for multiple large file uploads with Django

I'm considering using a library that implements something like a command line web client with enough functionality to handle large file uploads. This is for writing a script to do multiple file ...
0
votes
0answers
163 views

How to upload file via Flajaxian File Uploader?any sample codes?

I have download this upload tool but don't know how to use it to code in server side or client side? Anybody knows some sample codes just like upload some files to my database/sharepoint document ...

1 2