Ben 10485760 (10M) için upload_max_filesize değerini artırmak için çalışıyorum.
Ben kullanıyorum:
ini_set('upload_max_filesize',10485760);
This is always returning false and the upload_max_filesize continues to be 2M. I am using php 5.2.8 on windows and I don't have the ini_set disabled and am also not with safe mode on.
Anyone know why this doesn't work? Thanks