Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi
How to upload a video file using asp.net,c# and sql server..i want to store the uploading video file in database...any body will help me on this issue....

With Regards

Sarath
Posted
Updated 19-Apr-11 1:36am
v2
Comments
Henry Minute 19-Apr-11 7:35am    
Do an internet search or search the articles here on The Code Project. There are thousands of examples out there.

I would suggest not to store Video file in SQL Server. Store it in your disk and save the path into the database. You can read the path from database and load the video.

Still if you wish the same, have a look at Video Uploader Control for SQL Server[^]
 
Share this answer
 
v2
its very easy one..

check this link :

upload video file & display
 
Share this answer
 
See The Following link

Video Uploader Control for SQL Server[^]
 
Share this answer
 
v2

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