hi,
i m need of uploading flash ,other kind of videos,images...and display on my users homepage.
can u suggest a best wya to achive these requirements.....
M using C#.net and MySql
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Oct 21, 2009, 7:16 AM
there ar two ways to do it
eaither you store path in database varchar ( TExt) data type and store the video or images on the website folder.
or you store the video /Image data in Database Binary Format .and Decode the video back to its origional Form from Binary While Showing
for playing video ..
you can use any Free Flash Player code ..
when you showing it from database
use
Response.Write() to write that HTML code with path from the Database Field in it :)
please check "do you like this answer" if it helps you :)
thank you :)
Kirtan PatelPosted Oct 21, 2009, 4:21 PM
Here is link of Article Explaining How to Store Image in MYsql Database using ASp.net
http://www.codeproject.com/KB/aspnet/image_asp.aspx
Hope it will be useful to you :)
Thanks :)
SreekanthPosted Oct 21, 2009, 8:35 AM
THANKS A TON :)