validtating video files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • praCash
    New Member
    • May 2007
    • 12

    validtating video files

    hi all,
    greetings,
    I want to upload a video file to server folder so i wan to validate it whether it is a correct video file or not in c#,asp.net
    plese help me to find this


    regards,
    PraCash
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Most video formats have some sort of header in it, you could look them up and then examine the first X amount of bytes in the uploaded video file and decide if it matches the correct header type?

    Comment

    Working...