Questions tagged [multi-upload]

Use if you having trouble to upload multiple data of files with fixed file sizes. But for continuous transmission use tags with stream like or the library specific tags like , , etc.

71 questions
48
votes
4 answers

How to upload multiple files using PHP, jQuery and AJAX

I have designed a simple form which allows the user to upload files to the server. Initially the form contains one 'browse' button. If the user wants to upload multiple files, he needs to click on the "Add More Files" button which adds another…
Rivnat
  • 1,497
  • 1
  • 20
  • 34
10
votes
3 answers

How to integrate multiple image uploading with UPLOADIFY in django administration?

I met the django-uploadify (multiple file uploading) application, but the only template-use is described in wiki of the project. I need to integrate it with django admin. Any ideas?
megido
  • 4,135
  • 6
  • 29
  • 33
9
votes
4 answers

Upload multiple files in Drupal 7

The Image Field only allows one file at a time to be uploaded. Is there a module that enables multi-upload in Drupal 7?
eXoSaX
  • 149
  • 1
  • 1
  • 11
3
votes
1 answer

Uploadcare capturing the file UID for form post

I'm trying to get my head around the Uploadcare API. Please excuse my ignorance for the question below. I have the Uploadcare uploader set to a maximum of 5 images. This appears to upload the files to Uploadcare correctly. What I'm trying to do is…
user125264
  • 1,809
  • 2
  • 27
  • 54
3
votes
1 answer

Script5 access denied in IE9 in same domain

I'm developing a site in django, which uses a jquery multi file upload plugin. When i register to my site, a confirmation email is sent to my gmail account, i click the activation link and my website is opened in a new tab. I login, then I try to…
Agey
  • 891
  • 8
  • 17
2
votes
2 answers

VichUploaderBundle and form to multi-image upload

I'm using VichUploaderBundle in Symfony 4 and I have a question about using a form to send in a bunch of photos. To do this I have to use CollectionType and a one-to-many relationship (One product has several photos). Below I present the code which…
jonadf
  • 31
  • 3
2
votes
1 answer

Active admin / Carrierwave multiple image upload

I've been struggling for a week now, I'm trying to create a form inside active_admin where a user can select several pictures, add a description and a title, then submitting his form to create something that would look like a gallery So far, I have…
Jaeger
  • 1,686
  • 1
  • 30
  • 50
2
votes
3 answers

How can I get the filename from the FileReader function in a Multiple Input?

I have the following code: