hi. if it's a general problem with TYPO3 (upload into fileadmin) you shouldn't mention the extension as most people don't know it and won't bother reading your mail.
I added the following settings to my typo3conf/localconf.php file to setup which files are allowed to upload: $TYPO3_CONF_VARS['BE']['fileExtensions']['webspace']['allow'] = ' '; $TYPO3_CONF_VARS['BE']['fileExtensions']['webspace']['deny'] = ' '; $TYPO3_CONF_VARS['BE']['fileDenyPattern'] = ' '; Maybe you can add your fileextensions here although I'm able to upload xml files without adding it here. regards Michael --- On Tue, 8/19/08, Sandy Matheson <[EMAIL PROTECTED]> wrote: From: Sandy Matheson <[EMAIL PROTECTED]> Subject: Re: [TYPO3] Errors with bitsoffice extension To: [email protected] Date: Tuesday, August 19, 2008, 8:31 AM OK, No responses. So I did a bit more investigation. I thought this might have to do with my version of TYPO3 so I set up a brand new clean install ov the latest version and loaded the extension. Still exactly the same problem. Anyone able to help???? Sandy On Thu, 14 Aug 2008 17:58:56 +0100, Sandy Matheson <[EMAIL PROTECTED]> wrote: >Hi, > >I have just installed the bitsoffice extensionn to test this with both >xml and sxw files and with both when I browse to upload a file I get >an error to say that the file type is not allowed: > >1: Fileextension 'xml' not allowed. >(tt_content:186:tx_bitsoffice_office_file) > >1: Fileextension 'sxw' not allowed. >(tt_content:186:tx_bitsoffice_office_file) > >Again with both file types when I upload a file manually to fileadmin >and try to browse to find this file it does not appear so I cannot >select it. > >As both of these should, I think, work in this extension I am very >puzzled! > >Any ideas why this error is happening? > >Sandy _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
