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

Invoke Plupload Programmatically

Is it possible that I could invoke plupload file upload dialog programmatically using any runtime? Actually, I have a table with 9 cells. I want that when user clicks on a cell it calls upon a file upload dialog and upload an image in the same…
user1404963
  • 415
  • 3
  • 6
  • 17
0
votes
1 answer

xhr uploads - failing if size is greater than 16mb

I'm working on a drag and drop file application. My uploads always work if they are less than 16mb, but if they are more, the ajax request never gets sent (no POST entry in firebug). I find this is true even when I use a library to accomplish the…
recursive_acronym
  • 2,981
  • 6
  • 40
  • 59
0
votes
2 answers

What is BLOB filetype?

I've got upload.php file with these file types allowed: $allowedExtensions = array("mp3","mp4","jpg","jpeg","gif","png"); It performs upload correctly but when uploaded file is larger than 5mb (chunk size is set to 5mb) then it stops working unless…
Atadj
  • 7,050
  • 19
  • 69
  • 94
0
votes
0 answers

Store plupload file list in localStorage

I'm building a web application where I want the user to be able to pick files on multiple pages and then upload all at once. My plan is to use window.localStorage to store the files and then iterate through that list and upload. I have successfully…
sreimer
  • 4,913
  • 2
  • 33
  • 43
0
votes
2 answers

Plupload - doubts about security

http://www.plupload.com - "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." This is the uploader used in…
Atadj
  • 7,050
  • 19
  • 69
  • 94
0
votes
4 answers

plupload widget inside jquery ui dialog

I already read all of the similar threads about this same issue of loading a plupload widget inside a jquery ui dialog, but didn't get it to work in IE9 (FF and Safari both work fine). The problem is that in IE9 the Silverlight version of plupload…
Ruben
  • 5,043
  • 2
  • 25
  • 49
0
votes
2 answers

PLUpload Get Files Remaining?

So I'm using PLUpload to, well, upload files. However, I've run into a problem. I'm trying to fire an event when the queue is completed. I'm close, but not quite there. See here: $(function() { var files_remaining = 0; // Setup flash…
Nathanael
  • 6,893
  • 5
  • 33
  • 54
0
votes
1 answer

How to find and modify a queued element in Plupload with Jquery?

I am currently using plupload to upload directly to S3. It works great and what I'm trying to do is once an image is uploaded, initiate a script in which the image is then downloaded to create a thumbnail on my web server, thus limiting the amount…
SReca
  • 643
  • 3
  • 13
  • 37
0
votes
1 answer

Plupload -FileUploaded Event is Not Fired

uploader= new plupload.Uploader({ runtimes: 'gears,html5,flash,silverlight,browserplus,html4', browse_button: 'pickFile', container: 'FileContainer', max_file_size: '2048mb', url:…
krish
  • 63
  • 6
0
votes
1 answer

plupload file not available / not found

I use the pluploader and jquery for file uploads. I still search a solution for this Problem: After adding a file the user renames this file on the harddisk. In IE the request is send anyway with an empty file content. (this is ok for me) But in FF…
user896992
0
votes
1 answer

how to combine or join file with Content-Type: application/octet-stream

I using jquery file upload . In path Chunked file uploads when the file was chunk (or cut) to smaller files . It was combine in client or I must combine it in my controller . And how can I do it?
0
votes
2 answers

Jquery UI Dialog - PLUPLOAD: Plupload doesn't work ith jquery ui dialog

I have a problem while trying to upload using plupload and jquery ui dialog. I have a modal dialog builded with jqueryui and I have added a plupload layout into it. But when I try it with Firefox it open's me 2 dialog frame and with Safari it…
Sam
  • 779
  • 3
  • 18
  • 39
-1
votes
1 answer

Plupload callback get file md5

Plupload plugin callback get uploaded file md5. Plupload has the same question, but others can't get the right answer. Below code is my test. please confirm. import spark-md5
meadhu
  • 11
  • 1
-1
votes
1 answer

plupload: validate image dimensions before upload?

i checked the Docs but couldn't find anything .. is there a way to validate image dimensions of a file before uploading? I want to add a rule for minimum image dimensions and display an error message in case the image is too small.
Fuxi
  • 7,611
  • 25
  • 93
  • 139
-1
votes
1 answer

Upload a file to Azure blob storage using plupload

I want to upload a file to Azure blob storage using plupload. I could not find any documentation on how this can be done. Please help me out.
Navaneeth
  • 13
  • 2
1 2 3
41
42