[TYPO3-dev] TIMTAW : upload image possible ?

Ismael BIDAU bidau at ensci.com
Tue Aug 22 12:09:03 CEST 2006


Thanks for your answer Ingmar. I hope I'm in the right direction.
I change timtaw/res/class.tx_timtaw_common.php.
In the list of allowed backend script, I add
  && strstr($scriptname, 'file_upload.php') != 'file_upload.php'
but perhaps it's not this file I have to add because it doesn't work (no  
file upload but no warning or error message) ?

For RTE shipped with Typo3 v4.0.1, I added  :
&& strstr($scriptname, 'rtehtmlarea/mod1/popup.php') !=  
'rtehtmlarea/mod1/popup.php'
&& strstr($scriptname, 'rtehtmlarea/mod3/browse_links.php') !=  
'rtehtmlarea/mod3/browse_links.php'
&& strstr($scriptname, 'rtehtmlarea/mod4/select_image.php') !=  
'rtehtmlarea/mod4/select_image.php'
Perhaps should be include in TIMTAW.

Cheers
Ismaël

  Le Tue, 08 Aug 2006 15:08:38 +0200, Ingmar Schlecht <ingmar at typo3.org> a  
écrit:

> Hi Ismael,
>
> somewhere in the Timtaw code you'll find a list of all allowed backend
> scripts. It seems like the image upload script is not in that list of
> allowed scripts, so you need to add it.
>
> cheers
> Ingmar
>
>
>
> Ismael BIDAU schrieb:
>> In my wiki page, I 'm able to write texts but I have problem with image
>> upload. I give rights to a filemount to my Wiki-enabled BE group. When I
>> want to upload an image file in my filemount, I have a "Login-error or
>> session time-out" message. But I'm still login !
>>
>> Another question relative to TIMTAW or frontend-editing. Is it possible
>> to change the language ? Because you can choose the language for a BE
>> user but not for a backend group.
>>
>> Ismaël BIDAU
>> http://www.ensci.com




More information about the TYPO3-dev mailing list