I need to upload up to about 80 pictures from a users disk to Laravel storage and would prefer to do it without changing any parameters if possible,
Each picture is in JPG format, and is less than 200 KB each.
I am looking for a method by which the user could select as many images as needed, but have the system upload them one at a time.
Anyone have any ideas how I could accomplish this?