Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to insert video file in sql database using iframe and how to add youtube video file in iframe some 1 send me detail
Posted

1 solution

There is to much code involved to be able to send you everything you need. Plus, we can't see your database or your existing code so no one can do that.

There are several ways to save videos. Personally, I prefer to save the video on a drive and then save the path in Sql. However, you can also save the bytes of the video into SQL.

1. Save the video to a drive somewhere.
2. Write a database record with the path you saved.
3. Add an iframe to your page.
4. Look at google's documentation on how to link to a youtube file

These are really 2 different questions also.
 
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