本文介绍了在sql 2005数据库中保存一个mp3,然后在asp.net中播放它们的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想上传一个mp3文件并将它们存储在sql server 2005中。

想要从数据库中检索mp3并在我的asp.net页面中播放它们。

是否有人指导我可以实现这个目标吗?

提前谢谢你们。

I want to upload a mp3 file and store them in the sql server 2005.
And want to retrieve the mp3 from the database and play them in my asp.net page.
Is some one guide me ho could i achieve this ?
Thank you guys in advance.

推荐答案


这篇关于在sql 2005数据库中保存一个mp3,然后在asp.net中播放它们的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 12:43