blueimp Questions

5

This is the software I am using: https://github.com/blueimp/Gallery When I click on a thumbnail that link to the video I get the error sign. This is my HTML: <div id="gallery"> <!-- mai...
Example asked 5/11, 2013 at 23:1

1

After searching the past couple days, I've found nearly 30 different people asking this same question, and I haven't found an answer. A couple reported that they found a solution, but did not provi...
Gregoriogregorius asked 19/7, 2016 at 20:9

1

Solved

INTRODUCTION Almost two weeks ago I created similar question about upload using OneupUploaderBundle, but with FineUploader library. Sadly there are no answers yet. In the meantime I tried setting ...
Bultman asked 10/7, 2016 at 19:43

2

Solved

I'm using blueimp upload widget to upload images to my file server, which works fine. The only issue is that, I want to rotate the image correctly before I upload it to server, so when I link to i...
Hames asked 29/6, 2016 at 9:21

4

Solved

i am using this jquery uploader (http://blueimp.github.io/jQuery-File-Upload/basic.html) and it works fine when the file input is put in the raw code of the site, however i am dynamically appending...
Hadwin asked 19/10, 2013 at 16:7

4

Solved

I have successfully implemented Blueimp Gallery into my website, and using HTML5 data attributes am able to get the lightbox to work. <a href="multimedia/3.jpg" data-gallery="" data-title="Ca...
Histone asked 29/3, 2014 at 22:18

4

I am trying to insert additional Form Data to MYSQL via Blueimp jquery file uploader. But I have some problems. I am using demo settings and I changed my template-upload to following code (* I add...
Militarize asked 13/12, 2012 at 20:45

2

Solved

I have this strange issue and I've tried several solutions (even implementing the same as the Basic Plus demo on their website). I can upload files just fine, single or multiple. They upload on a c...
Skinflint asked 12/5, 2014 at 16:13

1

Solved

I am trying this plugin (https://github.com/blueimp/jQuery-File-Upload) and interesting in folder upload. I wonder if the plugin is able to preserve the structure of uploaded subfolders (= uploadi...
Bechtold asked 8/5, 2016 at 23:59

5

I am using a BlueImp Gallery to add lightboxes to my image gallery. So, when you click on an image thumbnail, it launches a lightbox with a larger version of the image etc. I also want to add in s...
Francophile asked 4/11, 2013 at 13:13

9

Solved

I want to use the BlueImp/Jquery File Upload to be able to upload some images to web webserver. I have this JS code which I generated by reading many sources $('#file_upload').fileupload('option'...
Gebler asked 20/9, 2012 at 5:19

2

Solved

I am using Blueimp's jQuery-File-Upload plugin (basic version) and I have an issue. First file upload is working as expected, but when I want to send another file it is not working. fileinput.file...
Monteria asked 15/7, 2014 at 15:35

2

I have downloaded latest plugin and dependencies from here version 9.12.1. I copied the downloaded files in my wamp server and accessed it from localhost/jQuery-File-Upload-9.12.1/index.html. A...
Gunner asked 29/2, 2016 at 4:40

4

Solved

I am using the jquery-ui version of Blueimp upload and I like how I can format a table and display files that were just uploaded. But I'd like to use it as a file manager as well so I want to prelo...
Adiell asked 22/2, 2013 at 16:22

2

Solved

I'm using jQuery Fileupload to upload files. Its not sending headers that I set to the server. Why is the Authorization header missing only in IE but passed in chrome? Here is the code: upload_ph...

5

Solved

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 typ...
Blackman asked 8/6, 2011 at 14:27

4

I have found solutions on how to add additional form data when submitting the file upload form. This question is how to upload the additional data if there is no file to upload. I am using blueimp...
Ol asked 13/2, 2014 at 17:5

2

Trying to use blueimp JQuery file upload plugin to upload large files( greater than 1 GB). Found using the maxChunkSize configuration allows to do the file upload in chunks from client side. Server...
Dislike asked 4/9, 2015 at 5:35

3

Solved

I am using Blueimp Jquery File Upload plugin to upload files asynchronously. It works well in most other browsers (with a few minor issues) - on IE, I see this issue that the "done", "stop", "alway...
Imposition asked 12/4, 2012 at 10:56

1

Solved

When i try to upload using blueImp, i get the fllowing error when I open up the console: Uncaught TypeError: Cannot read property 'parseMetaData' of undefined accompanied by a stack trace. It se...
Fireresistant asked 14/7, 2015 at 15:20

2

Solved

I built my own website and wanted to add different galleries, so I tried blueimp. It works perfectly, but when I'm closing the lightbox, I'm not able to scroll on my page anymore. Can somebody plea...
Bilateral asked 25/4, 2015 at 15:26

2

Solved

I have a form: <div class="row-fluid"> <div class="span5 row-fluid" id="description" style="margin-left:0px;"> <div> <label>Title</label> <input class="spa...
Pagoda asked 28/4, 2013 at 21:3

2

Solved

I am using Blueimp File Upload plugin to upload file. Let say I have following form: <form id="myForm"> <input type="text" name="n1" /> <input type="text" name="n3" /> <inp...
Averyaveryl asked 22/1, 2014 at 11:33

3

Solved

I use jQuery file upload blueimp and have read $(function () { $('#fileupload').fileupload({ dataType: 'json', done: function (e, data) { $.each(data.result, function (index, file) { $('<p...
Mcgill asked 23/12, 2013 at 9:21

4

I am using blueimp fileupload plugin which works fine in chrome,although same is not working in IE less then IE10.I am getting a prompts to open or save json result.After searching i tried few solu...
Wayfaring asked 10/1, 2014 at 13:25

© 2022 - 2024 — McMap. All rights reserved.