Laravel controller can't save files from ajax request – Jquery ajax
So I have problems with uploading my image files to controller via ajax. My partner suppose to have many images. I successfully sent my images to controller via ajax, but the files cannot be store to database for some reason.…