Click here to Skip to main content
15,908,166 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to save a video file in a database and after that I want play.
Can anybody please help me in this.

Thanks in advance!
Posted
Updated 27-Feb-11 20:19pm
v4
Comments
Manfred Rudolf Bihy 28-Feb-11 2:17am    
Unclear! Please try to reformulate you question. First you talk about saving you upload in the database and after that you want what exactly?

This[^] will help you.
 
Share this answer
 
Hope this[^] might also help you.
 
Share this answer
 
mkgoud and Ramalinga Koushik given you some link to focus how to save and access. I am also suggesting you some way to how to play Video in Asp.net.
Take a look
You can save the video file in server folder by using in upload through fileupload control and save corresponding path of file Database. after this Video file will be saved in to server path and file path will be stored in your database.
For playing File you can use Media Player or any kind of supported player and then give root path to the player to play file.
This will be better way to store and Use Media File from Database.
 
Share this answer
 
its very easy one..

check this link :

upload video file display
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900