TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Khargesh Rajput
NA
5.6k
602.8k
How to get video duration in file upload
Jan 16 2015 5:01 AM
How to to get video file duration in seconds or any timespan without play when we upload the video using file upload
and what it means
if (htmlFile.PostedFile.ContentLength > 0)
{
string sFormat = String.Format("{0:#.##}", (float)htmlFile.PostedFile.ContentLength / 2048);
Reply
Answers (
0
)
Generate SAML token using .net with MVC 5
ArgumentException: The provided binary data may not be valid