在插入mp3文件的同时将mp3文件插入数据库中,用户可以选择多个mp3文件

在插入mp3文件的同时将mp3文件插入数据库中,用户可以选择多个mp3文件

问题描述:

在插入mp3文件的同时将mp3文件插入数据库,用户可以选择多个mp3文件
带有控制键,并且插入的mp3文件必须以gridview的页面形式显示.

insert mp3 files into the database while inserting the mp3 files, user can select multiple mp3 files
with control key and those inserted mp3 files has to display on the page form of gridview

朋友,

您可以使用 OpenfileDialog()并将 multipleselect 属性设置为true,然后可以选择多个文件.选择多个文件后,您可以添加到数据网格,也可以添加到数据库.
Hi friend,

You can use the OpenfileDialog() and set multipleselect property to true, then you can select multiple files. after select the multiple files, you can add to the datagrid and also to the database .