Uploading problem file more than 100kb

hafriz

New Member
#1
hi,

i have succesfully upgrade OLS 1.4.26 to 1.4.28. after upgrade, i do recompile back using last php config.

when doing some testing, i found out i can't upload file more than 50kb. Before upgrading it's doesn't have any problem.

i also have set php.ini

file_uploads = On
memory_limit = 1000M
upload_max_filesize = 1000M
max_file_uploads = 20
post_max_size = 1000M

have try all possible problem, but can't find any. Anyone know where should i look?
 
#5
Hmm it looks like they haven't added it to the debian/ubuntu RPM yet :/ CentOS seems better supported. I guess you could build yourself or just go back to 1.4.27
 
#10
i'm now thinking to change to CentOS.. actually i'm not plan to upgrade yet OLS. but as need to have urgent kernel upgrade so might better to have upgrade everything.

also have upgrade it first on my dev server. but doesn't test out the upload process. my bad.

Thanks
 
Top