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
-1
votes
1 answer

Manually Trigger Plupload's Browse Button

I want to open browse window when Plupload init. I tried to trigger button manually but it didn't work. is manually trigger possible to open browse window? var uploader = $(".fileuploader").pluploadQueue({ runtimes: 'html5, html4', url:…
-1
votes
1 answer

correct implementation of plupdate

i´m implementing this upload library, maybe not much people use this, but maybe somebody can help me to figure how to solve this. So i'm already uploading, the thing is that i want to implement the "uploader" objet, like upload.bind(); i would like…
bjesua
  • 319
  • 1
  • 4
  • 14
-1
votes
1 answer

Symfony 3.1 and OneUpUploaderBundle + Plupload = UploadListener is not called

CLARIFICATION This question differ from similar question by that I am using different upload library (Plupload in this question versus FineUploader in similar question). At the time of writing this question I did not know where the problem lied - so…
Rikijs
  • 728
  • 1
  • 12
  • 48
-1
votes
1 answer

Plupload file size more than 10 mb saving as blob file

I am using the plupload queue widget and a sample java servlet class. am trying to upload a file and save it in another directory. Everytime i tries to upload a zip file larger than 10mb it is not saving as a zip file,it was just saving as blob…
Nagendra V
  • 137
  • 2
  • 3
  • 13
-1
votes
1 answer

plupload 2 doesnt trigger camera in html5 runtime on ipad

I have an application which works on android tablets and prompts camera when browse button is clicked which is fine, but using Ipad i wanted to do same but instead it prompts gallery not camera. I am using html5 runtime. Note: Ipad prompts camera in…
-1
votes
1 answer

Plupload file upload

I have a question about the plupload queue I want to know where i can put the maximum file upload so i only wants that a user uploads files with a mixmum of 1gb total so by example 10 files of 100mb is total 1gb and after this the user dont cant…
Java Afca
  • 2,217
  • 4
  • 16
  • 10
-1
votes
1 answer

Uploading to another domain gives HTTP code 405

I'm trying to upload a file (which can be quite large) from the website of one server to the backend of another server using plupload. Lets say: domain 1 = http://www.websitedomain.com/uploadform domain 2 =…
Manuel
  • 10,153
  • 5
  • 41
  • 60
-2
votes
2 answers

How to get uploader lenght in plupload

jQuery('form').submit(function(e) { var dosya = jQuery('#uploader').plupload(); if (dosya.files.length > 0) { alert("gg"); dosya.bind('UploadProgress', function() { if (dosya.total.uploaded ==…
RedFox
  • 1
-3
votes
3 answers

plupload custom variables

im using plupload( http://www.plupload.com/index.php ) and i would like to know how can i pass variables in the form to the upload.php file , i tried this:
tetris
  • 4,302
  • 6
  • 28
  • 41
-3
votes
1 answer

targeting PLupload div in CSS to overwrite the inline styles

What would be the best way to target the following div? It contains inline styles that I need to override but that jumbled group of numbers is not possible to target since each button has it's own. I tried IDing it in the style sheet, but still no…
erics15
  • 567
  • 1
  • 7
  • 16
1 2 3
41
42