Question

Am I able to add a video to a data table in my local db. And if so what would be the data type. I am using a file upload controller to upload the videos and I have 3 fields the title, category & description. Is that the best practice or is there some other/better way of doing it?

Any help appreciated

Thanks

Était-ce utile?

La solution

Why you want to save whole of your file into database? You can only save the path of uploaded video to your database and fetch from the path when needed.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top