how do you change the maximum upload file size, i want people to only be aloud to upload 25mb video files on my site, can you do that?
like in a .htaccess File But Witho
In your php.ini file you can modify these lines as appropriate:
upload_max_filesize = 10M post_max_size = 10M