Video file uploading in php
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
精彩评论