Please login or register.
Login with username, password and session length
May 22, 2013, 04:12:10 PM
News: We're back! And here to stay!
collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Recent Posts

Fatal error: by mailtobala04
[May 17, 2013, 04:36:20 PM]


Backend Items (Images) don't work by bauchinj
[May 15, 2013, 04:18:55 PM]


Permissions issue: a user can upload images in other user galleries by guidocx84
[May 11, 2013, 05:17:44 PM]


Payment after loggin by mirjam
[May 11, 2013, 03:02:56 PM]


image titles without dashes by mirjam
[May 11, 2013, 02:57:48 PM]


Batch Upload Fails by mirjam
[May 11, 2013, 02:52:08 PM]


Slow Gallery with many Photos by mirjam
[May 11, 2013, 02:49:36 PM]


500 error Rackspace by mirjam
[May 11, 2013, 02:23:09 PM]

Advertisement


Pages: [1]   Go Down

Author Topic: archive upload file size limit to 2mb  (Read 551 times)

Offline telemare

  • Newbie
  • *
  • Posts: 1

archive upload file size limit to 2mb
« on: February 10, 2012, 08:11:18 AM »
hello guys is there a way to increase the file size limit in the archive upload option?

Offline locutusweb

  • Dev Team
  • Jr. Member
  • *****
  • Posts: 75

Re: archive upload file size limit to 2mb
« Reply #1 on: February 10, 2012, 02:09:11 PM »
Add the following lines to your .htaccess file
Code: [Select]
php_value upload_max_filesize 10M
php_value post_max_size 20M
Off course you are free to set your own values
Pages: [1]   Go Up