ASP.NET Video Uploader Control (.ascx file) include complex script that can handle video uploading, publishing to flash flv format, grabing single or multiple thumbs, set meta data for flash flv video, output validation and retrieve useful information from video in one step just by dragging control on page by allowing developer to avoid writing lots of code.
Features:
Main features in
ASP.NET Video Uploader Control includes,
- Video Uploading
- Video publishing using .NET Media Handler Pro component.
- Set Meta Information for flash flv video.
- Grab single or multiple thumbs.
- Post watermark on output video. (optional)
- Validation of source and output video.
- Create audio mp3 file (optional).
- and more.
Languages:
ASP.NET Video Uploader Control support both c# and
vb.net.
Sample Code for using ASP.NET Video Uploader Control:
Just grab upload.ascx file on page where you want video uploading functionality.
In codebehind file set upload.ascx main properties as mentioned below.
[QUOTE]
// folder path where source video will store after uploading.
upload1.OriginalPath = RootPath + "\\contents\\original";
// folder path where flash flv video will store after publishing
complete story