plupload icon indicating copy to clipboard operation
plupload copied to clipboard

Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative...

Results 123 plupload issues
Sort by recently updated
recently updated
newest added

Hello, thank you very much for creating and maintaining this library. I took over support for a project that is using the latest version (3.1.2) of this library and our...

@olleolleolle @walter @barchard @gonchuki @sspencer hello, After I installed it with "npm i plupload", the call failed in the vue template! Below is the code snippet : ![QQ截图20210806225213](https://user-images.githubusercontent.com/23115864/128529379-22e0819e-e443-4c89-9a4f-b1be31e4edc0.png) ![QQ截图20210806225402](https://user-images.githubusercontent.com/23115864/128529682-333f00a5-d58e-431b-bd2b-22c0f8837149.png) However,...

how auo start upload when file add

Client resize stopped working after switching version 2 to version 3. My config options are `resize: { width: 224, height: 150, crop: true }` If I replace plupload.full.min.js by plupload.dev.js...

At version 3.1.2, ChunkUploaded can not working, below is my code: But I trying with version 2.1.4, it is working int:{ ... ChunkUploaded: function(up, file, info) { console.log("has working"); },...

I am using plupload 1.5.8 in order to upload image files which works great except for iOS. On iOS 9.2.x it is not possible to upload from the camera roll,...

Not sure if anyone has already done this or is interested, but I added some code in my version that generates a PDF preview if the document being uploaded is...

I get a DOMException 12 "Syntax err" when calling start() to upload selected files. This happens for some reason after I updated my Vue.js from 2.6.13 to 2.6.14 - when...

Hi, I discovered a bug when i downloaded both versions : 2.3.6 and 3.1.2. With the plupload widget, if i add one file to the queue, the delete button icon...

I get a error "net::ERR_CONNECTION_TIMED_OUT" when calling start() to upload selected files. ![image](https://user-images.githubusercontent.com/34262867/142961985-4c88df39-203e-4271-b9b9-47e1e4f6342f.png)