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.

Login with username, password and session length
News: Welcome to Help Desk Software forum!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: File upload - file size limits  (Read 2447 times)
Designnorth
Full Member
***

Karma: 0
Posts: 102


View Profile
« 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



View Profile WWW
« 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


View Profile
« Reply #2 on: September 07, 2007, 08:40:52 AM »

Thanks 4mb is fine for now.
Logged
lets
Jr. Member
**

Karma: 0
Posts: 50


View Profile
« Reply #3 on: September 10, 2009, 11:33:20 PM »

FYI this mod works in Version 3
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1 RC3 | SMF © 2001-2006, Lewis Media Valid XHTML 1.0! Valid CSS!
Page created in 0.019 seconds with 18 queries.