Tonyxhepa's avatar

file upload max 5 images and store in database

how to upload an image (max 5 images with one id) with laravel 5 and store in database

0 likes
6 replies
kaviyarasan's avatar

how to upload the image using laravel 5.2 and store in database

bajro17's avatar

He ask about solution to store 5 pictures for one user. You can try with variable in database like counter = 0; when you store one image counter += 1; and check if counter == 5 then disable upload and show message you reach your limit

Prullenbak's avatar

"how to build webapp"

This is NOT how you ask questions :)

Please or to participate in this conversation.