how to upload video in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cutesrivastavaabhi
    New Member
    • May 2010
    • 8

    how to upload video in php

    hi dear i want to upload vedio in php but how pls help me
  • TheServant
    Recognized Expert Top Contributor
    • Feb 2008
    • 1168

    #2
    Do you know how to upload normal files using php? Video is exactly the same. The only difference is that it's usually bigger files.

    If you mean uploading to a database say so, but file upload is exactly the same.

    Comment

    • cutesrivastavaabhi
      New Member
      • May 2010
      • 8

      #3
      but the proublum is that vedio is not saving in database
      how to saved it????
      any player is needed pls give me coding any uploaded files????

      Comment

      • TheServant
        Recognized Expert Top Contributor
        • Feb 2008
        • 1168

        #4
        I think you need to get acquainted with Google.

        Have a look at this and see if that helps.

        Comment

        Working...