I keep mine to 10 due to validation, etc. but manly from a support perspective, painful to really work out what went wrong in a 100 image upload i.e. is memory, size of files, bandwidth, validation, etc. If its is social then small batches is fine, but your call. Large number of images has lead to client memory and bandwidth issues. Keep it to something that is manageable from a support perspective. That said I've not run into any limitation issue on Laravel side and I know there are guys on this forum that do massive batch uploads of csv files.
Maximum number of images per upload?
I am in the middle of building a web app which is basically a social network for a niche market. One key feature is the ability for a user to be able to create a post (similar to a blog) and add photos.
I am struggling to figure out and make a decision on the maximum number of images I should allow a user to upload at once.
This is the first time I have built something like this so wondering if anyone has any advice or guidance into handling this sort of post data.
One thing to note is that I have the app functioning and I can upload images and fire a queue event which then handles resizing and file size reduction in the background. So my query today is mainly aimed towards best practices regarding total number of images uploaded in one post.
Maybe I am looking too much into this and there really isn't a problem - if a user wishes to upload 100 images then this is fine but just display a working gif so they are aware of how long the upload process will take.
Mike
Please or to participate in this conversation.