(SOLVED) Upload of large files in Customer.pl?

Moderator: crythias

Locked
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

(SOLVED) Upload of large files in Customer.pl?

Post by morecw »

Hi all,

my company would like our customers to be able to upload large data files (potentially around 100MB) directly and conveniently to OTRS.

I am a little uneasy about this as I do not wish the database to become slow/unstable.

Should I allow this or would this pose any risk to the system? If not, then do you have any alternative solution recommendations? Currently we use an FTP service.

Any advise appreciated.
Last edited by morecw on 04 Nov 2012, 20:55, edited 1 time in total.
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Upload of large files in Customer.pl?

Post by crythias »

If you're using the filesystem to store files, it shouldn't be a problem. If you're using the database to store files, you might find this unwieldy.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

Re: Upload of large files in Customer.pl?

Post by morecw »

Excellent! That answers perfectly what I needed! Thanks

Found your solution here:
http://doc.otrs.org/3.0/en/html/performance-tuning.html (otrs.ArticleStorageSwitch.pl)

Core::Ticket::Storage Module: ArticleStorageFS
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
Locked