Hi Erwin,

The WebUploadCache is only used for uploading attachments before
you've created an article (or a ticket).
After that, if you're working on a ticket, the attachment is
transferred to the ArticleStorage, which can be configured to be
inside the database or on the file system.
For FAQ entries however, the attachments are always stored in the
database. I think it would be conceivable that we update the storage
location for these attachments to also be on the file system or
database, to make it configurable for administrators. Generally there
are lots more tickets than there are FAQ entries, so storing
attachments from tickets on the file system helps to keep the database
nice and small. When you would have lots of attachments to FAQ entries
I can also see the need to move these attachments out of the database.

If your only objective is to be able to store large attachments in the
FAQ; you should increase the max_allowed_packet size in the mysql
configuration; and you should be good.

Michiel Beijen
Senior Consultant

OTRS BV
Schipholweg 103
2316 XC Leiden
The Netherlands

T: +31 71 8200 255
F: +31 71 8200 254
I: http://www.otrs.com

Get Connected ! Everything in sync with OTRS 3.1- Be an early bird
with our special offer: http://j.mp/xN9wk1

On Fri, Aug 10, 2012 at 10:39 AM, Sterrenburg, Erwin
<erwin.sterrenb...@rhdhv.com> wrote:
>
> Dear OTRS users,
>
> I have some problems saving the OTRS attachments related to FAQs as I want
> them to be saved. Now that I have set the WebUploadCacheModule to "FS" and
> increased the WebMaxFileUpload, i can upload the large files that i want.
> However, whereas the attachments related to tickets are saved as files,
> attachments related to FAQs are still saved in the database. I see how the
> file's are first saved in "C:\Program Files
> (x86)\OTRS\OTRS\var\tmp\upload_cache", but after uploading is completely, i
> can only find the attachment in the database itself.
>
> So, my question is:
>
> How can i also save the attachments related to FAQs on the fileserver?
>
> My configuration is as follows:
>
> Server OS: Windows Server 2008
> Version: OTRS 3.0.10 (used standard windows installer)
> Perl: StrawberryPerl
> Webserver: Apache
> Database: MySQL
>
> Thanks in advance,
>
> Erwin Sterrenburg
> ________________________________
>
> This email and any attachments are intended solely for the use of the
> addressee(s); disclosure or copying by others than the intended person(s) is
> strictly prohibited. If you have received this email in error, please treat
> this email as confidential, notify the sender and delete all copies of the
> email immediately.
>
> ________________________________
>
>
> ---------------------------------------------------------------------
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to