File upload validation error

this is my file upload with validation for video:
Forms\Components\FileUpload::make('product_video') ->acceptedFileTypes(['video/*']) ->directory('product-media') ->storeFileNamesIn('original_file_name')

but getting this validation error: The product video field must be a file of type: video/*.

please help
Was this page helpful?