elcuro / nodeattachment

Croogo plugin for bind attachments to nodes
Other
12 stars 6 forks source link

Croogo Nodeattachment plugin

Attach various types of files to node

!!! This version is only for Croogo 1.4+ For earlier croogo versions download tag 0.3

Dependecies

How to intall

Base configuration

MaxFileSize: Max. size of files uploaded via http

AllowedFileTypes: Allowed file types uploaded via http

StorageUploadDir (optional): Full path to storage, where you can (FTP) upload your big files. E.g. /server_path/app/plugins/nodeattachment/webroot/storage Don't remember to set permission for write.

FfmpegDir (optional): If you have installed ffmpeg on server, type full path to ffmpeg here e.g.: C:\ffmpeg. On linux server leave empty. If ffmpeg is not installed on server, type 'n/a' More info about ffmpeg: http://ffmpeg.org/

Types (optional): Coma separated list of nodeattachment types. You can edit it in nodeattachment admin edit

FfmpegExec (optional): Run ffmpeg via exec function (in background). This is perfect solution for convert big files in background, while php script continue as ordinary Be sure you have all neccessary permission to run ffmpeg with exec (safe_mode etc.) More info about exec http://php.net/manual/en/function.exec.php