Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to upload a video & display it in asp.net c#?
please help me out
Posted
Updated 16-Apr-14 0:53am
v2
Comments
Herman<T>.Instance 16-Apr-14 7:22am    
what is your problem? have you googled on this?
Member 10276220 16-Apr-14 7:25am    
i cannt diplay it after uploading video

first check if your video us uploaded successfully or not in the server. if that save properly then you can show that video using HTML5 video tag or you can use third party plugin like flow player to show the video on the site.other and good option for the video is you can directly embed the youtube video by iframe only. that will be very much easy if you that meets with your requirement. and yes search google for more details that is a good practice to get answer your queries
 
Share this answer
 
Comments
Member 10276220 16-Apr-14 7:39am    
thanx ravikhoda....please give me code
Murugesan22 16-Apr-14 7:43am    
<iframe style="max-width: 500px; height: 500px; min-width: 100%;" frameborder="0" src="your youtube embed code" allowfullscreen=""></iframe>
Member 10276220 16-Apr-14 7:44am    
how to implement total code?
Member 10276220 16-Apr-14 7:45am    
what will be the c# code?
please give me full code
ravikhoda 16-Apr-14 7:52am    
brother no buddy have the exact code which fits your requirement. above ans is just a hint how you can manage video upload and show it on browser. now you can do some google on particular things to check what exactly you need. how i am suppose to know which full code do you want?

A. do you want to show youtube video
B. do you want to show simple flv video
C. do you want to manange it by video tag in html5.
D. is Flow player fits in your need.

only you can ans all these things and google about more details based on the need.

all the best.
with in Your div

C#
<iframe style="max-width: 500px; height: 500px; min-width: 100%;" frameborder="0" src="your youtube embed code" allowfullscreen=""></iframe></iframe>
 
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