Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 07, 2012 07:08 AM by ignatandrei
Contributor
5120 Points
1459 Posts
Apr 07, 2012 06:17 AM|LINK
Hi,
a video file has itself metadata such as name, created dated, so on. How do I save those video's metadata on server's folder with out using database.
All-Star
134491 Points
21566 Posts
Moderator
MVP
Apr 07, 2012 07:08 AM|LINK
thaicarrot How do I save those video's metadata on server's folder with out using database.
The database could not be relation. Even a file is a database
Simplest way: make a class with properties and serialize with XMLSerializer.
thaicarrot
Contributor
5120 Points
1459 Posts
How to store meta data files of video?
Apr 07, 2012 06:17 AM|LINK
Hi,
a video file has itself metadata such as name, created dated, so on. How do I save those video's metadata on server's folder with out using database.
Weera
ignatandrei
All-Star
134491 Points
21566 Posts
Moderator
MVP
Re: How to store meta data files of video?
Apr 07, 2012 07:08 AM|LINK
The database could not be relation. Even a file is a database
Simplest way: make a class with properties and serialize with XMLSerializer.