To store image and videos
-
Hi, I want to create a elibrary. Like I should be able to update the data regularly and other users should be able to access them. My problem is how to store the data in database? especially images and videos? Thank you in advance.
Chaitra N
-
Hi, I want to create a elibrary. Like I should be able to update the data regularly and other users should be able to access them. My problem is how to store the data in database? especially images and videos? Thank you in advance.
Chaitra N
Are you in a class that's been told to do this ? It's been asked a lot today Store them with non standard filenames which you generate in your file system. Store these file paths, the original filenames and any other metadata in your database.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Are you in a class that's been told to do this ? It's been asked a lot today Store them with non standard filenames which you generate in your file system. Store these file paths, the original filenames and any other metadata in your database.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Christian Graus wrote:
Are you in a class that's been told to do this ? It's been asked a lot today
Either that or a contract bid!;P
-
Christian Graus wrote:
Are you in a class that's been told to do this ? It's been asked a lot today
Either that or a contract bid!;P
Now you're talking!!!
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )