Search…

X3 Photo Gallery Support Forums

Search…
 
frank3427
Topic Author
Posts: 8
Joined: 25 Nov 2007, 11:12

how to change folder upload limit

25 Sep 2008, 23:00

I would like to know how I can change the upload limit from 2MB to 5mb or any value that I would like to have.

I see that on the demo site the limit is set to 8mb

frank
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

26 Sep 2008, 04:59

This value is from your php.ini settings. Email your hoster and ask them to increase the limit.
firedev.com
 
frank3427
Topic Author
Posts: 8
Joined: 25 Nov 2007, 11:12

26 Sep 2008, 11:31

FYI

i was able to add the following to .htaccess and it worked.

php_value post_max_size 6M
php_value upload_max_filesize 6M
php_value max_execution_time 200
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

27 Sep 2008, 10:42

Right, forgot about that. Well looks like you can handle that ;)
firedev.com
 
dkinloch
Posts: 15
Joined: 09 Oct 2008, 13:13

16 Dec 2008, 08:30

Just to re-iterate, after allowing my ftp browser (cyberduck) to view hidden files where do i find .htaccess file and I do just copy and paste code in...

thanks
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

17 Dec 2008, 00:48

You just create it in root folder. But .htaccess might not work on every server in the world.
firedev.com