fine-uploader Questions
3
Solved
I bay this fine-uploader version 3.3.0 now, and integration all lib in my site i think uploads make working its ok, but no! i see error my javascript console:
[FineUploader] Sending upload reques...
Affidavit asked 25/3, 2013 at 9:13
1
I'm uploading image to server and then processing the image. Funny thing is, after uploading the image image keywords are missing. Although other image properties are there.
There is no issue wi...
Bilodeau asked 26/9, 2016 at 21:25
1
Solved
INTRODUCTION
I am developing on Windows 10 Pro with XAMPP [1] which includes PHP v7.0.8.
[1] XAMPP for Windows
I am using Symfony v3.1.2, OneupUploaderBundle and FineUploader in order to uploa...
Backwoods asked 27/6, 2016 at 13:42
4
So, I'm trying to evaluate fine-uploader. I decided to go to the download page, but it wants you to purchase a license, but I don't want to do that until after I've evaluated it. So, I went to gith...
Bullivant asked 14/9, 2013 at 14:3
1
I'm using a Django server hosted on EC2 Singapore. I'm also using an S3 bucket to save files uploaded through the Django Admin panel. To upload files, I'm using django-s3direct.
When I upload fil...
Impower asked 7/3, 2016 at 2:17
1
Solved
I am using fine uploader plugin to upload images. The image upload is working fine. What I am trying to do is when the page is refreshed after image upload fine uploader should show previously uplo...
Turnage asked 1/3, 2016 at 6:49
3
So when I upload a file to s3, I want to retain the original file name, which appears to work if I use
objectProperties: { key: "filename" },
I would also like to add a prefix to the object in S3...
Pastime asked 9/10, 2013 at 19:7
2
I decided to use Fine Uploader for my current AngularJS project (which is connected to hosted on Firebase) because it has many core features that I will need in an uploader already built in but, I ...
Gautious asked 8/10, 2014 at 20:27
2
Solved
I have been banging my head against the wall on this and am entirely stumped. I am trying to use FineUploader to upload files directly to my Amazon S3 bucket. I have essentially copied the code fro...
Mercer asked 11/10, 2013 at 21:17
2
Solved
Short/Generic Version:
I'm working on an application that (unfortunately, for other reasons), sets document.domain at the top of every page to a substring of the "true" domain: for subdomain...
Orthotropous asked 21/7, 2014 at 19:26
1
I am looking to integrate fineuploader into my JQuery Mobile app.
As a starting point I am trying to use the default template provided on fineuploader.com to familiarise myself.
I downloaded the ...
Moxa asked 29/12, 2013 at 8:28
1
Solved
I have an S3 Fine Uploader implementation working great. By default, it uploads files fine but they are private. Based on FineUploader's documentation I added the objectProperties option as follows...
Cuneate asked 3/1, 2014 at 0:15
1
Solved
I am using http://fineuploader.com/ to upload a file. Works perfect. I then set params in the request object to send some additional parameters to be sent to the server. Works perfect. I then add a...
Unsaddle asked 5/12, 2013 at 19:26
1
Solved
i'd like to get the auto-generated uuid, How can i get it? I dont want to generate it my self.
...
onComplete: function(id, fileName, responseJSON) {
// uuid of uploaded file
console.log(id,file...
Caliban asked 27/11, 2013 at 13:53
1
I'm trying to upload to S3 with the jQuery fineuploader (v 3.9.1) and have enabled debugging. All of the parts of the upload succeed but then I get an error "Problem asking Amazon to combine the pa...
Cubicle asked 10/10, 2013 at 19:38
1
Solved
I recently implemented Fine Uploader and it's been mostly successful. A few users are however are not able to upload. They are all using modern browsers (IE10, FF and Chrome). One let me remotely a...
Straightout asked 29/8, 2013 at 20:8
1
Solved
I'm using FineUploader 3.7 in cross domain uploading project. Everything is fine until I move the code to client's DEV server which has simple authentication. Is there a way to embed authentication...
Affrica asked 27/8, 2013 at 4:11
1
Solved
I am using manual uploading via Fine Uploader. Now i want to check that file has selected or not.
$(document).ready(function() {
var fineuploader = new qq.FineUploader({
element: $('#fine-upload...
Backed asked 18/6, 2013 at 18:5
1
Solved
I realise this variation of question has appeared many times, but none that I can find which answer this question in this kind of context.
I am using a third party fileuploader, which utilises jQ...
Albert asked 7/6, 2013 at 14:11
1
Solved
I would like to use FineUploader within a typical form:
<form enctype="multipart/form-data" method="post"">
<input name="fileupload" type="file" ">
<input type="text" name="title"...
Vociferous asked 5/6, 2013 at 12:35
2
Solved
I am implementing django-ajax-uploader in a project, but I want to use latest version of fineuploader that is currently under 3.5.0, supposedly, as documentation says the only thing I should do to ...
Sheol asked 2/5, 2013 at 14:22
1
I have my HTML file:
<html>
<head>
<meta charset="utf-8">
<title>Fine Uploader Demo</title>
<link href="fineuploader-3.4.1.css" rel="stylesheet">
</hea...
Margalo asked 8/4, 2013 at 20:46
1
© 2022 - 2024 — McMap. All rights reserved.