blueimp Questions

3

Solved

I'm using the bluimp jQuery-File-Upload-plugin . It's no problem to select some files and upload them, but when I want to upload another files without refreshing the page, the first ones are gettin...
Mate asked 9/11, 2012 at 8:55

1

The BlueImp jQuery File Upload GitHub project has been marked "This repository has been archived by the owner. It is now read-only.". See: https://github.com/blueimp/jQuery-File-Upload Bu...
Plosion asked 18/3, 2022 at 11:59

6

Solved

Is it possible to change the filename of the file being uploaded via jquery blueimp?
Canberra asked 4/11, 2014 at 6:45

7

Solved

Here's the plugin: https://github.com/blueimp/jQuery-File-Upload I'm having a problem getting the response I want from the plugin after uploading a file. On the page with the plugin, I have the f...
Bluh asked 18/12, 2012 at 23:40

3

Welcomed dear reader! It seems Bootstrap 4 does not use the CSS class .in{...} any more. This influences blueimp jquery file upload in the way that the list of files to be uploaded will not be sh...
Luben asked 15/2, 2017 at 12:41

8

Solved

I use jQuery-File-Upload plugin. I wrote a simple code to test it - and it works, but not without problems. It doesn't trigger done, even if the file is uploaded and progress bar reached its end. ...
Lampedusa asked 3/2, 2013 at 17:13

3

Solved

The gist: how can I reset a blueimp jQuery fileupload plugin so that it thinks no files have been uploaded already? My Scenario I have an upload form that only allows one file to be uploaded. On...
Ogletree asked 17/1, 2014 at 13:53

4

Solved

I have a question about the use of Blueimp jQuery-File-Upload plugin (https://github.com/blueimp/jQuery-File-Upload) There is a callback function or an alternative method, to know when is finished...
Awry asked 26/9, 2013 at 10:29

1

Solved

I need to calculate and send an iterated md5-hash to my upload-api. But I don't know how. I´m using the tutorial found here: http://tutorialzine.com/2013/05/mini-ajax-file-upload-form/ Along ...
Jinajingle asked 17/11, 2015 at 16:5

2

I'm facing problem with multiple fileupload. The problems are: If i upload 2 files only 1 file being sent to backend. Only last file is sent to server (skipping other files, in other words only...
Hbeam asked 12/9, 2019 at 9:3

9

First of all let me tell you that I've already searched for some answers, and while it helped me out a bit, my main problems remain unresolved. I used the file uploader (Version 9.8.0) @ http://bl...
Chrissy asked 6/11, 2014 at 22:5

15

Solved

I'm using Blueimp jQuery file upload plugin for upload files. I had no problem in uploading but the option maxFileSize and acceptFileTypes do not work. This is my code: $(document).ready(functio...
Thundersquall asked 3/7, 2013 at 15:8

6

Solved

$('#fileupload') .fileupload({ acceptFileTypes: /(\.|\/)(jpg)$/i }) .on('fileuploadadd', function (e, data) { console.log(data.files.valid); //undefined setTimeout(function () { console.log(...
Edette asked 21/3, 2013 at 13:35

5

I am using JQuery file upload demo for my next project with Codeigniter. Can anyone tell me how do I achieve the following : Restricting upload file types to .zip and .rar Restricting file size ...
Arvonio asked 6/9, 2012 at 15:40

7

I am struggling to update the Jquery file upload plugin so when you upload a file it just overwrites an existing file with the same name instead of renaming it with an upcount. I have applied the ...
Franci asked 9/2, 2013 at 10:17

2

Steps to reproduce the bug in Safari 11: Create a folder with Cyrillic letters in the title, for example "русский_язык" Add some files to the folder Open https://blueimp.github.io/jQuery-File-Up...
Ewart asked 19/4, 2018 at 10:6

1

i'm importing file like this import "blueimp-file-upload/js/vendor/jquery.ui.widget.js"; import "blueimp-file-upload/js/jquery.iframe-transport.js"; import "blueimp-file-upload/js/jquery.fileuploa...
Novotny asked 25/5, 2017 at 18:43

4

The question is related to jquery file upload plugin from blueimp I am building a form where the file uploads are optional. It turns out I cannot post form when there are no files selected for up...
Bivens asked 27/2, 2013 at 18:21

2

Solved

I'm using blueimp and jquery UI for file uploads. I'd like to hide this button once a file is uploaded and display it once again if the photo is removed. How can I go about doing this? Here is...
Hardwood asked 28/9, 2017 at 17:45

2

I really love the client side processing of selecting a file and having a preview with the option to cancel or delete. However i want to upload the page with a form and i don't need to use ajax. I...
Baxter asked 15/2, 2013 at 13:47

2

Solved

I've read that if Guzzle cannot determine Content-Length, it will send Transfer-Encoding: Chunked headers and cURL on the back-end will handling the chunking. But I'm obviously hitting post_max_siz...
Heliochrome asked 11/8, 2017 at 17:47

1

INTRODUCTION In order to upload multiple files to the server I am using: Symfony v3.2.6 OneUpUploaderBundle OneUpFlysystemBundle jQuery File Upload by Blueimp NOTE Please note that: this co...
Reinertson asked 14/3, 2017 at 21:45

4

Solved

I'm using jQuery Multifile uploader (https://github.com/blueimp/jQuery-File-Upload) with PHP and I want to refresh the uploads page once all files got uploaded, I'm using basic plus UI, please tel...
Submergible asked 5/9, 2013 at 12:50

4

Solved

Using Blueimg Gallery I would like to know how I can always show the gallery controls (.blueimp-gallery-controls) instead of showing and hiding them when clicking on img class=".slide-content" in t...
Metamorphose asked 3/3, 2015 at 18:11

3

Solved

I want to cancel a single file, using jquery file upload plugin. I want to do it with the core plugin, no need for all UI stuff. Where are the files located after I choose them on my local filesys...
Giblets asked 2/4, 2013 at 22:37

© 2022 - 2024 — McMap. All rights reserved.