[Vuejs]-Trying to upload image files in a laravel, Inertia, vue application

0đź‘Ť

âś…

I discovered after posting this that the memeType is not “image/jpeg” or some other type of image. Instead, it was a generic type “application/octet-stream”. Once I reformatted the image by renaming the image then saving it, I was able to change it the desired memeType.

Leave a comment