Click here to Skip to main content
15,903,030 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want all process of upload video & display video in asp.net using C#
Posted
Comments
bbirajdar 15-Oct-12 8:31am    
What else do you want Sir...?? You can find more help here

hi kuldeep,
while you need to upload a file into particular storage.
pls check this http://forums.asp.net/t/1714152.aspx/1[^]
 
Share this answer
 
Freind , Try this to play the vedio and for upload please be specific that where you want to upload your vedio like in DB or else where???

HTML
<object id="mediaPlayer" width="320" height="285">
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' 
      codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' 
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'> 
      <param name="fileName" value="video/MOV00479.MPG" /> 
      <param name="animationatStart" value="true" /> 
      <param name="transparentatStart" value="true" /> 
      <param name="autoStart" value="true" /> 
      <param name="showControls" value="true" /> 
      <param name="loop" value="false" /> 
</object>
 
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