Questions tagged [multifile-uploader]

281 questions
2
votes
1 answer

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 => "my_iframe" doesn't work. The the…
2
votes
0 answers

Fileupload control value becomes null multifile.js

I am using jquery.MultiFile.js for uploading the file with asp:FileUpload control. I am accessing the uploaded file using following java script code var…
2
votes
1 answer

node-formidable creating unnecessary files of zero bytes in size

I'm using https://github.com/felixge/node-formidable for uploading files with express. Although it works well there is a problem: I have a form with 9 inputs of type="file" and if I select 3 pictures and submit the form, formidable creates 9 files…
tomo7
  • 451
  • 7
  • 6
2
votes
0 answers

Multi-file upload field not working

I am running a wordpress/woocommerce site and I just installed Gravity Forms. After creating a form with a multi-file upload section, it won't seem to work. The select button does nothing and when you try to drag over image files, they just open in…
2
votes
1 answer

Issue uploading multiple files of the same name

I have a multiple file upload form in PHP. My issue is when two images of the same name are uploaded the second image is replaced by the earlier one. What can I do? This is my code: HTML
APURV PATEL
  • 107
  • 1
  • 3
  • 15
2
votes
3 answers

Dropzone: prevent addfile twice

I'm using dropzone to upload images to gallery. I'm submiting by button. Is it possible to prevent adding same file twice? I'm not really sure if checking name or name and size. Here's my code: