[racktables-users] Re: Uploaded files just 1 MB after download

Hi Jeremy,

yes I changed the following values in my php.ini
upload_max_filesize = 20M
post_max_size = 20M
file_uploads = On
and in the my.cnf
max_allowed_packet = 16M (just for the test)

Maybe a (optional) file based solution would be the best cause you could
separate the files from the database maybe to put them on a encrypted disk
or somewhat.

gretz Killsystem


On Fri, 5 Jun 2009 06:48:42 -0400, Jeremy Stinson <jstinson@xxxxxxxxxxxxx>
wrote:
> Did you change the max file size in your php.ini?
> 
> http://drupal.org/node/97193
> 
> Jeremy
> 
> On Fri, Jun 5, 2009 at 6:20 AM, Killsystem
> <killsystem@xxxxxxxxxxxxxxxx>wrote:
> 
>> Hi,
>>
>> I changed max_allowed_packet to 16MB in the my.cnf.
>> But the uploaded files are only 1MB after download. Any suggestions?
>>
>> gretz Killsystem
>>
>>

Other related posts: