Can't upload media files larger than 10M

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
tlcf0168
Regular
Posts: 5
Joined: Wed Aug 23, 2006 3:01 pm

Can't upload media files larger than 10M

Post by tlcf0168 »

Hi everyone:

Have anyone ever try to upload a media file of larger than 10M without problem?

In my php.ini, I have already set
post_max_size = 100M
upload_max_filesize = 100M

still, I can't pass the 10M limited.

Any help would be appreciated.
Tks.

Tim
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Can't upload media files larger than 10M

Post by garvinhicking »

Hi!

Which s9y version are you using? In recent 1.1 versions you can also configure a maximum file size for uploads in the serendipity configuration.

If you want to upload large media, you also need to set the memory_limit to about the size that an image file consumes in memory. A 10MB JPG image might take up to 30MB in memory.

Also make sure via phpinfo() output that the changes you made are really reflected. You might need to restart your webserver until those changes take effect.

Best regard,s
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply