Questions tagged [multifile-uploader]
281 questions
7
votes
0 answers
Is multiple root level directories upload possible with webkitdirectory?
We have recently developed a mass uploader that uses the webkitdirectory functionality in order to be able to upload directories and parse all inner files.
However the uploading of multiple root directories is not possible even after using multiple…

Chrysovalantis Koutsoumpos
- 371
- 3
- 15
7
votes
9 answers
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;…

1gn1ter
- 99
- 1
- 2
- 3
7
votes
4 answers
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?

Sasha Chedygov
- 127,549
- 26
- 102
- 115
7
votes
1 answer
how to get value of html 5 multiple file upload variable using jquery?
even though i select multiple files using below html.
I only get value of first file selected. i am using a simple:
var filelist = $("#multiplefiles").val() ||…

rajeev
- 1,275
- 7
- 27
- 45
6
votes
0 answers
OpenAPI-Generator Implementation of Multipart-Request not Working for Multi-File-Upload
We build our API using an OpenAPI 3.0.0 schema and generate typescript-code that is used for the frontend-part of our application. We have defined an endpoint, that should be able to consume multiple files and upload them to the backend. This is how…

Tim Hilt
- 605
- 5
- 23
6
votes
1 answer
File upload in Testcafe with hidden input
I want to test upload folder/ multiple files using testcafe. It has couple of steps to upload files.
Step - 1: Click on file browse button to select files
Step - 2: Native Confirmation box to confirm the Upload
Step - 3: Click on Upload button to…

Panda
- 61
- 1
- 2
6
votes
2 answers
upload file to RESTful service in angularjs
i try to make angular CRUD app that is a bit like "dropbox". So, it must have file and folder hosting with sharing and access functionality. I'm stuck on a question how to upload image and video files? I used File API (FileReader, Blob) to make…

Oleh Kuchuk
- 63
- 1
- 1
- 4
6
votes
2 answers
Blueimp jQuery File Upload plugin with Codeigniter step by step?
https://github.com/blueimp/jQuery-File-Upload
I spend 2 days on this, and nothing worked. I also downloaded the example from their site (https://github.com/blueimp/jQuery-File-Upload/wiki/jQuery-File-Upload-6.5-with-CodeIgniter-2.1), but it gives…

MarkC
- 179
- 1
- 4
- 13
5
votes
2 answers
How can I check if the browser support webkitdirectory?
I am using Google Chrome's folder upload feature in my project, described here:
How do I use Google Chrome 11's Upload Folder feature in my own code?
I have a button that trigger an input field when be clicked. My question is How can I check if the…

Hafez Divandari
- 8,381
- 4
- 46
- 63
5
votes
1 answer
Carrierwave multi file (photo) upload
I have Ruby on Rails app and I use Carrierwave for uploading my images, but I need upload more than one image at a time. I find some jQuery plugins(uploadify, image-uplad) but I don't know how implement it to my app. I don't need a huge app/engine…

quatermain
- 1,442
- 2
- 18
- 33
4
votes
4 answers
looking to upload multiple images with express-fileupload
looking to upload multiple images i am able to do it individually as in code but now i want all gallery images to be sent in a single input and support multiple uploads without restricting numbers here is my code.
router.post('/add-product',…

Sameer Ds
- 71
- 1
- 8
4
votes
2 answers
Uploading files using Skipper with Sails.js v0.10 - how to retrieve new file name
I am upgrading to Sails.js version 0.10 and now need to use Skipper to manage my file uploads.
When I upload a file I generate a new name for it using a UUID, and save it in the public/files/ folder (this will change when I've got this all working…

Dave Sag
- 13,266
- 14
- 86
- 134
4
votes
5 answers
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 preferred. Can I write a PHP uploader to…

Moshe
- 57,511
- 78
- 272
- 425
4
votes
1 answer
How Can I Extend the maximum file size to upload and send (via email) files while using jquery.MultiFile.js
I'm using a plugin from jquery to use a multiple file upload to create a program that sends e-mails..
Check the source
http://www.fyneworks.com/jquery/multiple-file-upload/
I downloaded it here, and I have not modified it yet...
I've noticed that…

Victor
- 1,108
- 9
- 29
- 53
4
votes
1 answer
how to keep the uploaded files in the form until submit it using jsf-2 and primefaces-3.4
I have form with many input fields plus primefaces component to upload multiple file "p:fileUpload" when I submit the form I can't get the uploaded files .. the manged bean is "RequestScoped" . So how can I get the uploaded files without making the…

Mohamed Habib
- 883
- 1
- 8
- 18