skip to Main Content

Php – Laravel 7 can not see videos in public storage

I have a project which contains some video files in storage/app/public/homepage/ The files are really there and in html there is something like <video autoplay muted loop> <source src="http://localhost:8000/storage/homepage/vid3.mp4" type="video/mp4" /> </video> But video does not play. I tried to…

VIEW QUESTION

Flutter – Write file in flash drive (android only)

Is it possible to save files to a flash drive using flutter? I'm using a pendrive with a USB c port like this: https://www.bestbuy.com/site/sandisk-ultra-dual-drive-go-1tb-usb-type-a-usb-type-c-flash-drive-black/6560692.p?skuId=6560692 I found this issue: https://github.com/flutter/flutter/issues/40504 I've tried several things, path_provider doesn't return directories correctly with getExternalStorageDirectories()…

VIEW QUESTION
Back To Top
Search