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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.