How to Save Audion Files to The SQL SERVER using ASP.NET
-
i want to save Audio and Video Files To the Database and And Later i want to play that Files how to do that in ASP.NET
sdfsdf
-
i want to save Audio and Video Files To the Database and And Later i want to play that Files how to do that in ASP.NET
sdfsdf
As for saving the files, u don't save the auio file to the database, u just save its path on the server so what u need is to upload the file on the server in a path using any file upload script then u play it calling it from it's path
Best Regards 3ala2 :)
-
As for saving the files, u don't save the auio file to the database, u just save its path on the server so what u need is to upload the file on the server in a path using any file upload script then u play it calling it from it's path
Best Regards 3ala2 :)
Hi, I think you must use Windows Media Services for online play audio and video file's. I'm not recommend save audio and video file's in DB. I think you must save path to file's in DB.