Page 1 of 1

Can't upload media files larger than 10M

Posted: Thu Aug 24, 2006 4:10 am
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

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

Posted: Thu Aug 24, 2006 11:49 am
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