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?
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.
Try google or a warez site for a good video script, you can get a programmer to put that limitation on if you like.
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
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).