开发者

Video file uploading in php

开发者 https://www.devze.com 2023-03-10 15:31 出处:网络
I made changes to my php.ini file as follows: upload_max_filesize = 60M post_max_size = 61M But only KB files get开发者_开发百科 uploaded, not MB files

I made changes to my php.ini file as follows:

upload_max_filesize = 60M
post_max_size = 61M 

But only KB files get开发者_开发百科 uploaded, not MB files

......


I would convert your required size in MB to KB and see if this works.


You Have to restart your host server after changes in .ini file


Rathen than using Mega Byte, use 60000

0

精彩评论

暂无评论...
验证码 换一张
取 消