Haiiiii All,
Here i am uploading a Video file using File upload control and i stored it in database in the form of binary data,up to this i dont have any issues.how to retrieve that video file from the database and how to display that video file on my website..plzzzzzzz.....help me its very urgent for me......plzzzzzz plzzz help me....
i used this link to store my video file into databasehttp://www.codeproject.com/KB/aspnet/VideoUploaderControl.aspx?fid=909668.
plzzzzzzzz plzzzzzzzzzzzz.........help me its very urgent........
Thanks in advance..........
Regards,
Manjunadh.
Loading
Venkatesh EllurPosted Oct 23, 2009, 8:19 AM
jingePosted Oct 23, 2009, 5:07 AM
I am not sure which part you are not clear, and you need the very help.
jinge
Manjunadh ReddyPosted Oct 23, 2009, 4:21 AM
jingePosted Oct 23, 2009, 2:39 AM
Please do not save the vedio to the database field since that will hurt the performance of the database. You know, database file is going to be extreamly larage.
Actually, you can save its path instead, and then retrieve the path of the vedio from the database, then download it from the client. You know store a string or retrieve a string from the database. It's pretty easy.