WebUploadCacheModule

I want to store attachments in FS, I setp up this in Config.pm: $Self->{WebUploadCacheModule} = 'Kernel::System::Web::UploadCache::FS'; But I cannot find attachment in the FS, where can I find? How can I change the path of "upload" folder? -- Valkai Jozsef +36 70 36 28 147 valkaij@externet.hu jvalkai@gmail.com lat:N 47° lon:E 19°

Hi Jozsef, Jozsef Valkai schrieb:
I want to store attachments in FS, I setp up this in Config.pm:
$Self->{WebUploadCacheModule} = 'Kernel::System::Web::UploadCache::FS';
This module just stored the temporary uoploaded files in FS (I think so).
But I cannot find attachment in the FS, where can I find? How can I change the path of "upload" folder?
What you're looking for is (in Sysconfig) Ticket::StorageModule: ArticleStorageFS The articles are stored in ~otrs/var/article The kind of storage can be changed on-the-fly since v2.0(?) . Bye, Alex

This module just stored the temporary uoploaded files in FS (I think so). What you're looking for is (in Sysconfig) Ticket::StorageModule: ArticleStorageFS
The articles are stored in ~otrs/var/article The kind of storage can be changed on-the-fly since v2.0(?) .
And can I store only the attachment in FS? Not article, but attachment? -- Valkai Jozsef +36 70 36 28 147 valkaij@externet.hu jvalkai@gmail.com lat:N 47° lon:E 19°
participants (2)
-
Alexander Scholler
-
Jozsef Valkai