c# - Add a video to a data table in visual studio -


am able add video data table in local db. , if data type. using file upload controller upload videos , have 3 fields title, category & description. best practice or there other/better way of doing it?

any appreciated

thanks

why want save whole of file database? can save path of uploaded video database , fetch path when needed.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -