Repository navigation
plupload
- Website
- Wikipedia
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 runtimes, like Flash and Silverlight.
The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.
单文件上传,多文件上传,大文件上传,断点续传,文件秒传,图片上传
JavaScript 文件上传的研究,起源于一个实际应用。分析了文件上传的 http 协议,plupload 前端库的使用详解。难得的是,实现了断点续传。
Convenience Class to handle Plupload originated file uploads.
TYPO3 extension pluploadfe
Multiple file uploader and editor with advanced options for Gravity Forms plugin.
This is a custom plugin with a custom Plupload Drag & Drop uploader with WordPress. You can use this example code into your custom plugin or themes. It's generally useful when you have frontend bulk upload and you don't wanna use WordPress Media Library for bulk upload and wanna go with your upload method using chuck system.
This is an example of how to build a strong website with PHP and Codeigniter
PluploadFe integration into Powermail
Easy to use fileUpload Website for unlimited file Sizes and multiple files
This is a hack of moxie/plupload v2.3.6, so that I can get access to the browser's File object when the user adds files. This is so I can code thumbnail previews. It is not the full repo of code you find at moxie/plupload, but rather just the files you get from the standard download.