hemantadsl's avatar

How to check uploaded file type image or video

I have one input for upload image or video,how can i check uploaded file image or video then show file preview in index

0 likes
1 reply
drewdan's avatar

Do you mean you wish to do this all without a page refresh? Or are you just asking how you validate file uploads?

If you are looking for information on laravel validation, there is information here about validation: https://laravel.com/docs/7.x/validation#introduction

You can validate against if it is a file, and acceptable file types too.

Please or to participate in this conversation.