background preloader

Téléchargement multiple

Facebook Twitter

Plupload integration. Provides integration between for the Plupload widget to upload multiple files and Drupal. Plupload is a GPL licensed multiple file uploading tool that can present widgets in Flash, Gears, HTML 5, Silverlight, BrowserPlus, and HTML4 depending on the capabilities of the client computer. #D8CX: I pledge that Plupload integration will have a full Drupal 8 release on the day that Drupal 8 is released. Important notice (read before posting any new issues!) This is an API module. Unless you are a developer working on integration between your own module and Plupload integration, you shouldn't post any issues in this module's issue queue. If you enabled Plupload on your site by installing contributed modules and you're experiencing any problems you need to post issues in the module that provides Plupload integration to your site (find the list at the end of the page).

Their developers will redirect issues to Plupload integration queue if they think the problem comes from this module. Known problems. FileField Sources Plupload. FileField Sources Plupload lets you add Plupload (a multiple files/multifile upload widget) as a source to any file field supporting FileField Sources. Plupload is a GPL licensed multiple file uploading tool that can present widgets in Flash, HTML5, Silverlight, and HTML4 depending on the capabilities of the client computer. By using FileField Sources to add Plupload as a source, multiple file uploads can be achieved on regular File and Image fields using the standard widgets as well as a range of contributed field widgets supporting FileField Sources. This includes cropping widgets, like the excellent Manual Crop. Core Features Multiple file uploading across a wide range of browsersIncreased speed using chunked file uploadsMaximum file size can be set larger than PHP limitsCompatible - does not require its own wigetClient side (as well as server side) file validationSupports transliteration of file names Requirements FileField Sources and Plupload Integration modules.

Plupload: Multi-runtime File-Uploader. Image Resizing on Client Side. Table of Contents Intro Plupload supports manipulating images (JPEGs and PNGs) on client-side, which includes downsizing them, dropping their quality (for JPEGs only) and stripping off the meta headers (for JPEGs only as well) - all to make them smaller in size and save the bandwidth. Might be very handy, when image is uploaded only to become a tiny avatar, etc. Currently it is not suitable for generating high-quality images (see #707), because it is using a default algorithm (apparently a so called nearest neighbor interpolation) for resizing. We are planning to adapt a bilinear interpolation algorithm in the nearest releases.

Lets build up on the code that we wrote for [[Getting Started]]. Options resize option is a compound object with some sub-options: Enable resizing To enable resizing on the client-side we need to pass in resize option with new width and height (obviously resize is not the best name for the option, since currently we can only downsize). Crop to exact dimensions. Multiupload Imagefield Widget.