Questions tagged [plupload]

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.

Plupload is a cross-browser multi-runtime file uploading API. Basically, a set of tools that will help you to build a reliable and visually appealing file uploader in minutes.

Historically, Plupload comes from a dark and hostile age of no , hence all the alternative fallbacks, like , and (still in development). It is meant to provide an API, that will work anywhere and in any case, in one way or another. While having very solid fallbacks, Plupload is built with the future of HTML5 in mind.

It was created and is maintained by Moxiecode Systems AB (the developers of ).

Links

625 questions
0
votes
1 answer

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', url :…
GautamD31
  • 28,552
  • 10
  • 64
  • 85
0
votes
1 answer

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 "My File Types" in Internet Explorer and Mozilla…
JustBeingHelpful
  • 18,332
  • 38
  • 160
  • 245
0
votes
1 answer

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 way. var csvUploader = new function() { var self…
nerijus
  • 516
  • 5
  • 11
0
votes
1 answer

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. (No button to initiate upload.) My "problem" is that…
Steven
  • 19,224
  • 47
  • 152
  • 257
0
votes
1 answer

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 jQuery. I've normaly solved this by using .on(), but…
Steven
  • 19,224
  • 47
  • 152
  • 257
0
votes
1 answer

jsf core + plupload + jquery editor

I have a jsf web page which contains these component : jsf tag h:textedit which worked in ajax , it an autocomplete component a jQuery editor plupload (jQuery image upload plugin) This page sometimes work, and sometimes not. And when it…
Sid Ali
  • 1,779
  • 4
  • 17
  • 38
0
votes
1 answer

Plupload fail on 2MB picture

I have a PLupload working on my server. I changed the fastcgi value MaxRequestLen to not have fatal error when using bigger files. The max upload size is 10MB, the chunk size is 10MB, the memory limit is set to 40M and time limit set to 0. when i…
dub
  • 11
  • 2
  • 8
0
votes
1 answer

Image Upload with Multiple Sizes

I'm looking for a javascript/Flash solution that will help in shortening large file upload times from a user's perspective. When the user selects multiple images, I'd like to immediately upload a small version of all the images to the server (I need…
Sabrina Leggett
  • 9,079
  • 7
  • 47
  • 50
0
votes
3 answers

How to add a prefix to a file before upload?

CMS (Modx Evolution) that I`m currently using has ability to print some informations into site (like date/username etc.). I want to use those functions to work with plupload. Is it possible to add a prefix or completely rename file after (or before…
KrzysztofB
  • 101
  • 11
0
votes
1 answer

Temporary array?

It's a long story that I'm fighting with, so I'm not going to extend to much for now, but and if not possible I will detail the problem. I'm using Laravel framework. From an ajax call I send data from an upload form (plupload) to a function inside a…
Alex
  • 7,538
  • 23
  • 84
  • 152
0
votes
1 answer

Uploading large files to S3 and Server Sessions

I am stuck at a problem I can't seem to figure out a "right" way. I am uploading files directly to S3 from client side (using Plupload and sprightlysoft class). The server sets the policy document and all; however when uploading large files the…
ibininja
  • 1,209
  • 1
  • 15
  • 29
0
votes
1 answer

Plupload & jQuery UI : Triggering the upload on dialog's button click

I am trying to trigger the plupload.start() event from a jQuery modal dialog button, but it seems like the plupload object is not recognized, thus giving me the following error: TypeError: Object # has no method 'start' I initialized the…
Jeff Noel
  • 7,500
  • 4
  • 40
  • 66
0
votes
1 answer

Upload and zip several files using Plupload

I'm using a custom Plupload to be able to upload files on a website. I want to be able to create a zip when several files is being uploaded. Right now upload.php is uploading one file at a time, so i can't zip everyone at once. so how would you guys…
Jiimmeh
  • 73
  • 8
0
votes
1 answer

How To Queue Files for Upload at a Later time/different page

I am developing a cart (utilizing OpenCart). The cart allows people to order prints of images. Because the images will be high resolution and therefore large files, I need a method that allows the following: The customer arrives at a product…
random_user_name
  • 25,694
  • 7
  • 76
  • 115
0
votes
1 answer

Plupload messing up jquery

I am using the image uploader Plupload and it is causing errors with the other jquery I have on my page. I have figured out exactly what part is doing it: function $(id) { return document.getElementById(id); } If I take this out the image…
luv2code
  • 1,216
  • 6
  • 22
  • 42