All Projects → FriendsOfREDAXO → Multiupload

FriendsOfREDAXO / Multiupload

Licence: mit
Upload mehrerer Dateien gleichzeitig in den Medienpool

Labels

Projects that are alternatives of or similar to Multiupload

Chibisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 657 (+1427.91%)
Mutual labels:  upload
Upload
文件上传功能
Stars: ✭ 8 (-81.4%)
Mutual labels:  upload
Resumable.php
PHP backend for resumable.js
Stars: ✭ 32 (-25.58%)
Mutual labels:  upload
Psitransfer
Simple open source self-hosted file sharing solution.
Stars: ✭ 712 (+1555.81%)
Mutual labels:  upload
Mhdevelopexample objective c
🔥🔥🔥 iOS开发技术要点汇总,核心功能配备文档。表情键盘布局、大文件分片上传、基于MVC的基类设计、MVVM+RAC实践、微信朋友圈实现方案等。
Stars: ✭ 937 (+2079.07%)
Mutual labels:  upload
Flickrsync
A command line tool to synchronise, upload, download, pictures between the local file system and Flickr. Image hash signature of the picture is used to uniquely identify the image.
Stars: ✭ 14 (-67.44%)
Mutual labels:  upload
Cj Upload
Higher order React components for file uploading (with progress) react file upload
Stars: ✭ 589 (+1269.77%)
Mutual labels:  upload
Dropbox Stream
Upload & Download streams for Dropbox
Stars: ✭ 35 (-18.6%)
Mutual labels:  upload
Vue Croppa
A simple straightforward customizable mobile-friendly image cropper for Vue 2.0.
Stars: ✭ 942 (+2090.7%)
Mutual labels:  upload
Laravel Guided Image
Simplified and ready image manipulation for Laravel through intervention image.
Stars: ✭ 32 (-25.58%)
Mutual labels:  upload
Transit
Easy file uploading and downloading for Laravel 5.
Stars: ✭ 5 (-88.37%)
Mutual labels:  upload
Casync
Content-Addressable Data Synchronization Tool
Stars: ✭ 890 (+1969.77%)
Mutual labels:  upload
Upload Image To Smms By Automator
Drag your image to me, I will upload it to SM.MS automatically and backup info to iCloud. 只需拖拽图片即可轻松上传至 SM.MS 图床并且复制链接,所有图片和链接信息会被备份至 iCloud 方便后期检索。
Stars: ✭ 15 (-65.12%)
Mutual labels:  upload
Instagram Web Api
🤳 Instagram Private Web API client for Node
Stars: ✭ 694 (+1513.95%)
Mutual labels:  upload
Uphold Sdk Android
Uphold Android SDK
Stars: ✭ 32 (-25.58%)
Mutual labels:  upload
Laravel Imageup
Auto Image & file upload, resize and crop for Laravel eloquent model using Intervention image
Stars: ✭ 646 (+1402.33%)
Mutual labels:  upload
Fileup
FileUp - JQuery File Upload
Stars: ✭ 10 (-76.74%)
Mutual labels:  upload
Vue Upload Llist
element ui upload component filelist expand
Stars: ✭ 43 (+0%)
Mutual labels:  upload
Droply
Stars: ✭ 35 (-18.6%)
Mutual labels:  upload
Tiny Qiniu
A tiny qiniu sdk for uploading file.
Stars: ✭ 15 (-65.12%)
Mutual labels:  upload

Multipload Addon

Das AddOn bietet die Möglichkeit, mehrere Dateien auf einmal in den Medienpool hochzuladen.

Screenshot

PlugIns

Dieses AddOn enthält zwei sehr nützliche PlugIns.

  • ImageOptimizer
  • PreCompressor

Der PreCompressor kann Bilder automatisch verkleinern. Die Werte können im Plugin eingestellt werden. Es werden keine zusätzlichen Systemlibraries benötigt.

Der ImageOptimizer ist komplexer und benötigt diverse Kommandozeilentools. Diese lassen sich mit Root-Zugriff auf dem Server (oder als Anfrage beim Provider) installieren (apt-get install jpegoptim pngquant pngcrush pngout advancecomp). Auf DomainFactory können diese Tools sehr einfach selbst kompiliert werden. https://www.df.eu/forum/threads/80529-jpegoptim-optipng-auf-ManagedServern.

Jpegtran muss aktuell auf neueren Sytemen selbst kompiliert werden, da keine Packages verfügbar sind (zumindest für Debian)

Der ImageOptimizer unterstützt alle gängigen Bildtypen. Die Optimizer sind teilweise verlustfrei und teilweise verlustetbehaftet. Es steht in den Einstellungen detailliert dabei.

  • jpegoptim (verlustfrei)
  • jpegtrans (orientation-fix only)
  • pngquant (verlustbehaftet, aber sehr gute Qualität bei kleiner Dateigröße)
  • optipng (verlustfrei, geringe Ergebnisse)
  • pngcrush (verlustfrei, geringe Ergebnisse)
  • pngout (verlustfrei, geringe Ergebnisse)
  • advpng / advcompress (nur Komprimierung, verlustfrei, geringe Ergebnisse)
  • Mix-Modus: pngquant, optipng, pngcrush, advcomp (verlustbehaftet, aber sehr gute Qualität bei kleinster Dateigröße)

Die Pfade zu den Tools sind voreingestellt (normale Defaults). Falls (wie bei DomainFactory) selbst kompiliert wird, müssen die Pfade entsprechend angepasst werden (meistens /opt/...)

Der ImageOptimizer stellt einen Media Manager Effekt zur Verfügung. Dieser sollte immer als letzter Effektschritt eingebaut werden (funktioniert auch dazwischen, könnte jedoch Sideeffects haben, die noch ungetestet sind). Des Weiteren kann zusätzlich jedes Bild nach dem Upload optimiert werden. Möchte man auf der Website keinen Media Manager nutzen, empfiehlt sich die Upload-Einstellung.

Bitte schaue dir hierzu die Einstellungsoptionen in der Plugin-Page an.

Installation

  • Addon herunterladen, entpacken und ggf. umbenennen zu 'mulitupload'
  • Das Addon in das Redaxo5 AddOns Verzeichnis /redaxo/src/addons/ ablegen
  • Im REDAXO CMS Backend unter Addons das multiupload-Addon installieren

Beachte: dieses AddOn enthält nützliche Plugins

Last Changes

Version 2.1.1

  • diverse kleine Bugs und Einstellungsfehler gefixed
  • Plugin: imageoptimizer hinzugefügt

Version 2.0.1-dev

  • Changes
  • multiupload nun auch im Medienpool möglich (als eigener Tab)
  • Der Standard "Single Upload - Tab" wird durch das multiupload Addon ausgeblendet
  • PlugIn: PreCompressor hinzugefügt
  • Der PreCompressor verkleinert die Bilder nach dem upload auf eine vorab eingestellte Breite. Dabei wird das Originalbild überschrieben. Dieses Plugin wurde von R4 auf R5 portiert und in den multiupload integriert.

Credits / Respekt

  • nightstomp, Hirbod Mirjavadi (multiupload REDAXO CMS 4)
  • DECAF, Dirk Schürjohann (PreCompressor REDAXO CMS 4)
  • REDAXO CMS
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].