© TYPO3 Association, typo.org

My new TYPO3 extension "Plupload for FE" (EXT:pluploadfe) provides an API for using Plupload within your own extensions. Plupload is a highly usable and advanced upload handler.

 

 

Basically I've implemented an eID to handle file uploads managed by simple configuration records. You are able to build whatever is possible with Plupload by using TypoScript and template files.

 

What exactly is Plupload?

Cite from http://www.plupload.com/:

Plupload 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.

 

The developers of TinyMCE brings you Plupload, a highly usable upload handler for your Content Management Systems or similar. Plupload is currently separated into a Core API and a jQuery upload queue widget this enables you to either use it out of the box or write your own custom implementation.

 

The extension additionally provides a simple FE plugin. The demo template provides a nice jQuery UI widget which uses the best technology available on clientside. 

 

An API example to upload files and send download links via email is available in TER, search for EXT:mailfiles.

 

 

 

Plupload for FE is available in the TYPO3 TER

 

Die Kommentarfunktion ist für diesen Artikel deaktiviert.

2 Kommentare

Gute Idee!

Hallo Jan,

 

das hört sich nach einer sinnvollen Idee an. Ein Plupload Script Update steht ohnehin an, da könnte ich das schön mit aufnehmen. Wo speichern den FE User standartdmäßig Dateien? Und woher stammt dieser Standard?

 

Am besten Du machst einen neuen Feature Request auf: forge.typo3.org/projects/extension-pluploadfe/issues/new

 

Grüße

Felix


Hallo.

Ist es möglich das Plugin so zu konfigurieren (via ConfigRecord oder Typoscript), dass als Upload-Verzeichnis das Verzeichnis des angemeldetet FE-Users verwendet wird?