Help Desk Software & Beyond
May 21, 2012, 11:18:10 PM
Welcome,
Guest
. Please
login
or
register
.
To post messages
you need to register. We apologize for inconvenience, but this is to prevent spam.
Registration is instant (no email verification) and we do not ask for any personal information.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Welcome to Help Desk Software forum!
Home
Help
Search
Login
Register
Help Desk Software & Beyond
>
Forum
>
Trouble Ticket Express
>
Troubleshooting/Setup
(Moderator:
Sparky
) >
File upload - file size limits
Pages: [
1
]
« previous
next »
Print
Author
Topic: File upload - file size limits (Read 2447 times)
Designnorth
Full Member
Karma: 0
Posts: 102
File upload - file size limits
«
on:
September 07, 2007, 05:56:00 AM »
Are there limits you can edit on file size, when using the file upload module?
Logged
Alex
Administrator
Hero Member
Karma: 22
Posts: 605
Re: File upload - file size limits
«
Reply #1 on:
September 07, 2007, 06:24:34 AM »
How could I change max file size?
By default the TTXFile.pm module allows uploading of up to 4MB files. In order to change this value, please edit the file TTXFile.pm. Look for line 9, which reads
my $MAXSIZE = 4 * 1024 * 1024;
The $MAXSIZE variable holds the max file size value. Setting it to
my $MAXSIZE = 1 * 1024 * 1024;
will limit size of uploaded files by 1MB.
Logged
Follow me on:
LinkedIn
Designnorth
Full Member
Karma: 0
Posts: 102
Re: File upload - file size limits
«
Reply #2 on:
September 07, 2007, 08:40:52 AM »
Thanks 4mb is fine for now.
Logged
lets
Jr. Member
Karma: 0
Posts: 50
Re: File upload - file size limits
«
Reply #3 on:
September 10, 2009, 11:33:20 PM »
FYI this mod works in Version 3
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forum
-----------------------------
=> News, Announcements & Rules
=> Trouble Ticket Express
===> Troubleshooting/Setup
===> Modifications
=> HelpDesk Connect
Loading...