[TYPO3-dev] fe_fileadmin and file editing

Bartbogdan bdubelaar at sundayafternoon.nl
Sun Sep 13 16:08:46 CEST 2009


Op 2009-09-13 15:37:52 +0200, zei David Bruchmann <typo3-dev at bruchmann-web.de>:

>> While investigating the code as why uploading files in edit mode is not 
>> supported, the first thing I tried is just to enable the feauture. To 
>> my surprise it just works.
> 
> Hi Bart,
> 
> How did you activate it?
> 
> Best Regards
> David

Look for this line in fe_adminlib.inc:
if ($this->cmdKey=='create' && !t3lib_div::_GP('doNotSave'))

And change it into:
if (($this->cmdKey=='create' OR $this->cmdKey=='edit') && 
!t3lib_div::_GP('doNotSave'))





More information about the TYPO3-dev mailing list