David Ansermot Web Developer / TYPO3 Integrator

18avr/110

TYPO3 – Change files/images upload limit

Today I'll explain how to change the limit for files, images and other medias upload.

To do the trick, you have multiple changes to make.

27oct/100

Using XHR and PHP for files upload

The website ProDevTips propose a tutorial about multiple file upload with PHP and XHR.

First of all, we now use stream_copy_to_stream to upload the files, hence such things as max file upload size and so on will not be respected. Luckily Valums’ solution will do th [...]

Read the tutorial