how to store and retrive the video files of any format in the database.........please give description in the step wise format
Printable View
how to store and retrive the video files of any format in the database.........please give description in the step wise format
You don't use JSP.
You do your database work in regular java classes running off a servlet.
As for the video file itself, look up BLOBs, and (in JDBC) use setBinaryStream, getBinaryStream.
i'm not clear can u give brief description about the same
I have given you more than enough to work with if you already know some JDBC and can Google.
So write some code then come back if you have problems.