Video Upload Script

Discussion in 'Programming' started by bigmike7801, Feb 21, 2011.

  1. #1
    I'm looking for a script that lets users upload a 30 second long video to their profile.

    Does such a script exist?

    I'm guessing the more compatible formats the better?
     
    bigmike7801, Feb 21, 2011 IP
  2. akeemed

    akeemed Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi

    Is you need the member should register after that only they can upload the videos ..

    do you need to collect fees for uploading the videos.

    Is the user uploaded videos ... can be viewed public or only to him ?

    Awaiting for your clarification.
     
    akeemed, Feb 21, 2011 IP
  3. chimpysmith

    chimpysmith Member

    Messages:
    439
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    35
    #3
    Try google or a warez site for a good video script, you can get a programmer to put that limitation on if you like.
     
    chimpysmith, Feb 22, 2011 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Uploading the file is exactly the same as any other file type. The slightly more complex element is processing it after it is uploaded as presumably you want to ensure they are all the same size, convert all the same format (presumably flash) and check the length of them all?

    Searching the forums would have helped you but look at http://forums.digitalpoint.com/showthread.php?t=203677
     
    AstarothSolutions, Feb 22, 2011 IP
  5. longcall911

    longcall911 Peon

    Messages:
    1,672
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #5
    asp.net file upload control lets you upload any file. You can check the file type and allow only video extensions, then put the file in a suer folder and enter the path in a database (user profile).
     
    longcall911, Mar 1, 2011 IP