dadamssg87 Posted July 23, 2011 Share Posted July 23, 2011 What do you guys recommend the biggest file size to be uploaded for images? I'm getting started developing a sort of slideshow app. I don't really know what's a normal image file size and whats a gigantic image file size. Quote Link to comment https://forums.phpfreaks.com/topic/242671-max-file-size-of-image-upload-suggestions/ Share on other sites More sharing options...
AyKay47 Posted July 23, 2011 Share Posted July 23, 2011 well it really depends on what you are trying to do here, pictures only really get to be so big.. I would make the max file size a little bigger then you are expecting, probably no larger then around 4 MB for an image, depending on whether or not you are allowing gif's etc...and as long as you are only allowing pictures to be uploaded and not videos, via data sanitizing/filtering, as long as you know that the user is only allowed to upload images, you can sleep at night with a higher max file size. What you don't want to have happen is set the max too low, disabling a user to upload a larger image... Quote Link to comment https://forums.phpfreaks.com/topic/242671-max-file-size-of-image-upload-suggestions/#findComment-1246413 Share on other sites More sharing options...
dadamssg87 Posted July 23, 2011 Author Share Posted July 23, 2011 very true. Thanks for adviceĀ Quote Link to comment https://forums.phpfreaks.com/topic/242671-max-file-size-of-image-upload-suggestions/#findComment-1246424 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.