DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Change UploadSize

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed by:André Spindler
Changed:2005-04-22T23:33:36
Author:André Spindler
Email:andre@andre-spindler.de
Info 3:
Info 4:

Change UploadSize

Extension Key: asfk_uploadsize

Copyright 2000-2002, André Spindler, <andre@andre-spindler.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

Change UploadSize 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 1

Configuration 1

Changelog 1

Introduction

What does it do?

For default, the limit of images, video and audio files is set to 1000kB.

This extension increases these values to 3MB.

Screenshots

Not available.

Users manual

You only have to install this extension.

Configuration

These values are modified:

#Change maxsize to 3MB [3072kB] (default typo3: 1000 (3.7.0)):

$TCA['tt_content']['columns']['image']['config']['max_size'] = '3072';$TCA['tt_content']['columns']['media']['config']['max_size'] = '3072';$TCA['tt_content']['columns']['multimedia']['config']['max_ size'] = '3072';

Changelog

asfk_uploadsize 1.1.0

first published version.

img-1 Change UploadSize - 2