Plupload is a JavaScript library licensed under GPLv2 that allows you to upload files using HTML5, Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.
1
vote
1answer
21 views
Plupload how to continue to upload after UploadComplete
I'm using plupload 1.5.7, jQuery Queue Widget, after the upload complete the Add files and Start Upload buttons disappear, replaced by a label Upload 1/1 files.
Now I can't add others files, I need ...
0
votes
0answers
42 views
Plupload works in all browsers except IE9.
I am creating a video upload site where users can sign up to purchase upload tickets. I am using Plupload to upload video files that get sent off for encoding.
Every real browser (safari, firefox, ...
0
votes
1answer
21 views
How do I numerically rename files in Plupload before they're uploaded?
I am using the Plupload jQuery UI widget as a basis for my uploader. The widget allows the user to drag reorder the added files.
Upload is begun automatically upon the submission of a form, not ...
1
vote
0answers
41 views
Unreachable website
I have problems with my website being ureachable every few minutes. It usually happens when I try to upload some photos and site just becomes unreachable. But if I try with proxy it works fine at the ...
0
votes
0answers
8 views
alternative to uploadify or plupload that can upload entire directory trees?
Is there an alternative to uploadify or plupload that can upload entire directory trees? I've also looked at SWFUpload and FancyUpload, but none seem to handle entire directory trees.
2
votes
2answers
54 views
How do I return data via Ajax using Plupload on Upload Complete?
I've been trying for the last few hours to get something... anything back from the pluploader upon completion of the queue to no avail.
Here is my JS code:
var uploader = ...
0
votes
1answer
27 views
How do I access the multipart_params values on the server with Plupload?
I have assigned some arbitrary data to a Plupload instance's multipart_params like so:
multipart_params: { 'username': 'bob','id': some_value }
How can I access these values on my server within the ...
0
votes
0answers
25 views
plupload statechange even plupload.STARTED not working
I am trying to make plupload work from the jsfiddle sample jsfiddle-plupload
but that is not working on my side, the statechange events if block is getting skipped below is code
function ...
1
vote
0answers
31 views
Plupload amazon S3 Cache-Control
we are uploading images using PLupload to amazon S3 bucket.
But we need to set cache-control for the uploaded file.
I have tried adding headers {'cache-control':'155520000'}, and also adding it ...
0
votes
1answer
30 views
Finding a Javascript Event that Blocks All Others
I am working on a project that uses the plUpload library.
After I upload files using plUpload, all further jQuery events on the page stop working (including my dropdown menu, DataTables, and a few ...
0
votes
0answers
38 views
Plupload uploadprogress event always giving file.percent as 100
I am using the plupload.full.js downloaded from the www.plupload.com for uploading images,
My issue is when i tried to display a progress bar using the upload progress event it always gives a value ...
0
votes
1answer
18 views
Can you have multiple instances of Plupload on the same HTML form?
Is it possible to embed several instances of Plupload on the same form?
If so, is it also possible to safely remove the manual 'upload' button so that I can programmatically trigger the uploading of ...
0
votes
0answers
37 views
PHP upload - add a if statement when filetype .obj or jpeg save path and filename in var
I use a html5 jquery PHP upload script.
I want include a filetype check to split the uploaded items to different directories.
First i need to save the path and filename of the filetypes .obj and jpeg ...
1
vote
1answer
170 views
How to upload large files using MVC 4 / plupload ?
I had it working.. but I noticed once the files I was uploading get bigger (around 4000k) the controller would not be called..
So I added in chunking which fixed that problem.. but now when I open ...
1
vote
0answers
37 views
Receive video ID after posting to YouTube API via Ajax
My question is an extension of this one.
I am using JavaScript to post videos to the v2 YouTube API, via Plupload (HTML5 runtime). I am using OAuth2 to get authorized tokens and a CORS request to set ...
2
votes
2answers
42 views
jQuery - using live instead of bind?
I'm using plupload and I want to dynamically update my gallery (jquery.ajax()) where I use lightbox & etc (in other words I want to keep the js working in ajax loaded content) when all the files ...
0
votes
1answer
39 views
plupload data showing null in post
i am posting some json string, which i can see in alert also, but that is not getting posted, i am making tht string from DOM, instead when i manually make a jsonarray, its getting posted. below is ...
0
votes
1answer
25 views
plupload should save large and small image
I am using plupload to save multiple images, I want to store same image with 2 sizes, small image for thum and large image to display in large.
How plupload will store 2 sizes of images?
1
vote
0answers
63 views
Plupload fails to upload large files to AppEngine Blobstore
I'm writing an application that uses AppEngine's Blobstore API to store files that the user uploads. On the client-side, I use Plupload. It works fine for files up to about 1.5 GB, but around 3 GB or ...
0
votes
0answers
63 views
PLupload delete uploaded photo and show preview
I'm new to plupload and have recently gotten stuck trying to get the drag and drop to work, the delete image once uploaded and preview images than have been uploaded.
For now i've gotten the uploader ...
1
vote
0answers
92 views
Plupload queue limit number of files
I am using Plupload 1.5.6 to upload images to a server however I would like to limit the number of files allowed to 6. I have tried a couple of suggestions here and through Google search but they all ...
0
votes
2answers
87 views
struts2 filename and content type null, upload with plupload
I am getting file name in action as null, uploaded from plupload plugin. how can i get the original file name. Please tell where is my mistake.
jsp
<%@ page language="java" ...
6
votes
1answer
119 views
plupload runtimes returning 403 FORBIDDEN error when trying to access upload.php
Introduction
I'm trying to achieve something relatively simple, in a potentially complicated environment. I would like to upload files, from a JavaScript widget (Netvibes UWA format) to a local ...
0
votes
2answers
96 views
Plupload - Upload multiple image simultaneously
I have use plupload image upload plugin in my website(asp.net), I have modify plupload plug-in for upload multiple image simultaneously.
Old Code
function t() {
var x, y = 0, w;
if ...
0
votes
1answer
41 views
Carrierwave not setting content_type
I'm uploading an image using carrierwave. The problem I'm having is that the content_type isn't being saved to the database. I can see that the content_type is being passed into the request (as you ...
0
votes
2answers
80 views
how to save the name of a file in mysql using plupload
I wonder how I do to save the name of an image in mysql with plupload?
In file upload.php have many variables and I do not know which one stores the filename, already tried everything and could not
I ...
0
votes
2answers
51 views
Prepare params via server side for plupload
I am using Plupload and would like to prepare the parameters server side. Below is an example of how I want to accomplish this:
$.post("prepare.php", function(data){
// data put into post array;
...
0
votes
0answers
54 views
Plupload jQuery show image
I am using jQuery and Plupload to upload images dynamically. I am using the HTML5 feature. I want to be able to display a thumbnail of the image. How do I do that?
My code:
// Custom example ...
0
votes
1answer
266 views
Plupload file upload not working in IE10
I have a webiste where user's can upload their images. I am struck at IE10 not bringing file upload folder. I am using Plupload jquery files with latest version(v1.5.6). It works very well with ...
2
votes
1answer
52 views
plupload destroys images
Im using the plupload.com/example_queuewidget.php jquery widget - but some images (mainly jpegs over 1MB) get uploaded but I can not open them. Even when manually downloading them via ftp - they are ...
2
votes
1answer
99 views
plupload AddFile click event doesn't work
Problem only in Internet Explorer (8-9 version).
In my ext.js project I use plupload. On my local PC it working fine (in IE and in an other browsers) but on server AddFile button click event doesn't ...
0
votes
1answer
34 views
How to get data to upload while using plupload
Iam using plupload for multiple image uploadings in my site and I wrote code like
$(".drag-here").pluploadQueue({
// General settings
runtimes : 'html5', ...
0
votes
1answer
42 views
How to dynamically change Plupload url
I have setup Plupload to send to a PHP script checking for a parameter "gal" like:
$("#uploader").plupload({
url : 'upload.php?gal='+$('#gallery').val()
});
This retrieves the value from a drop ...
0
votes
0answers
38 views
How to get upload data using plupload
Iam using plupload for multiple image uploadings in my site and I wrote code like
$(".drag-here").pluploadQueue({
// General settings
runtimes : 'html5', ...
0
votes
0answers
64 views
plupload: Filters object property doesn't filter file types in Google Chrome
The following code snippet from this page doesn't filter file types in Google Chrome, yet it seems to filter file types in Mozilla and Internet Explorer. It uses the plupload API. The filter shows ...
0
votes
0answers
43 views
Wordpress Media Uploader restrictions
I'm developing a plugin for Wordpress which uses the new 3.5 media uploader. I have different custom user roles who can upload a logo of their company. The problem is that when i use the media ...
1
vote
1answer
105 views
TDD for plupload with Django/Splinter
I'm trying to set up tests for a upload using the plupload[1] queue widget.
I'm using Splinter[2] for in-browser test, but I couldn't find a way to make it happen. Splinter has some methods to attach ...
1
vote
1answer
135 views
jQuery Plupload restrict number of uploads
I have been working on this code for some time now trying to get it to work properly. I want to restrict the use from uploading more that 2 images in total.
The line var upa = ...
0
votes
0answers
52 views
Converting a object literal to rails params
I'm trying to use plupload to upload files and when I create a object of my model with attribute fields it's getting sent to the server as '[object Object]'. When I set the keys as ...
3
votes
2answers
106 views
jQuery doesn't pass in function
I'm trying to implement a jQuery function to upload file on a website. The script uses 'plupload'.
Unfortunately there is an other jQuery fonction running on background.
<script ...
1
vote
1answer
231 views
How to get plupload to remove a file from queue?
I have literally been trying to figure this out for the past 5 hours.
I have tried countless methods that I have found online and none have worked. So far, this method worked the best(only shows one ...
0
votes
0answers
103 views
Drupal 7: Node Gallery + plupload
Is there any way to make plupload client-side resizing images when working with Node Gallery? I need to create a gallery which will be managed by users and now I'm getting a lot of heavy, unused files ...
0
votes
1answer
53 views
Autostart option plupload 1.5.6
This question was already answered here and here. But with version 1.5.6 placing init() before FilesAdded(...) makes it totally unresponsive. As well autostart uploading does not start at all either ...
1
vote
1answer
172 views
Plupload for amazon s3 with asp.net c#
My plupload code is working fine . I need to save file name and file size to table after uploading successfully . How can i do that in asp.net with c# , I have searched a lot but i didnt find anything ...
1
vote
0answers
50 views
S3 not responding in a timely manner to plupload in IE9 with flash runtime
Ok, so the question should be clear just from the title.
I'm uploading directly to S3 from plupload 2 beta.
Chrome/Firefox/Safari, of course, are all ok.
IE9 completes the upload - it appears in ...
1
vote
0answers
91 views
Plupload saving data to controller
I am having trouble trying to take the data in uploaded using Plupload to Amazon S3 and saving the file names to my Controller.
The form looks like this ...
@using (Html.BeginForm("SavePhotos", ...
0
votes
1answer
62 views
How can I create a new gallery and upload files at the same time using Plupload?
I'm creating a gallery plugin for Wordpress using Plupload and I've run into a small issue.
My plan is to let the user enter the name of the new gallery and drop files into a container for upload. ...
0
votes
1answer
63 views
How can I bind appended elements?
I'm using Plupload for uploading files. For specific reasons I must put FilesAdded "inside" init as shown below.
The problem is that I'm not able to use jQuery.remove() on elements appended with ...
1
vote
2answers
413 views
Plupload only uploads on every second file
I'm working on an image gallery plugin for Wordpress and I'm trying to enable drag & Drop for Plupload.
I'm not sure what's wrong, but my upload.php file is called only when I drop the second ...
1
vote
1answer
97 views
How can I abort file upload in Plupload?
I'm trying to create a gallery plugin for Wordpress and I'm using Plupload to upload some images.
Before user can uploading images for a new gallery, the gallery name must be added. Since I'm using ...





