gevans Posted November 22, 2008 Share Posted November 22, 2008 I'm currently building a cms/website for a client who requires file uploads, pdf's, mp3's etc... The upload sizes for mp3's will be reaching number just shy of 100mb In php.ini I've set the following; post_max_file = 100M upload_max_filesize = 100M As long as my script is secure is there any risk in having these set so high? Link to comment https://forums.phpfreaks.com/topic/133799-phpini-max-file-size/ Share on other sites More sharing options...
corbin Posted November 22, 2008 Share Posted November 22, 2008 There shouldn't be. Worst case, there could be some wasted bandwidth. But if someone were wasting your BW on purpose, they wouldn't need those to be set high anyway. Link to comment https://forums.phpfreaks.com/topic/133799-phpini-max-file-size/#findComment-696367 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.