且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用asp.net上传多个图像并保存在数据库中?

更新时间:2023-02-15 14:23:14

尝试此链接进行多次上传:



在ASP中使用进度条实现多个文件上传.NET [ ^ ]



使用Flash和ASP.NET使用进度条进行多文件上传 [ ^ ]





[ ^ ]



保存在数据库中你必须将图像转换为字节代码,数据类型应该是blob。
Try this link for multiple upload:

Implementing multiple file upload with progress bars within ASP.NET[^]

Multiple File Upload With Progress Bar Using Flash and ASP.NET[^]


[^]

To save in the database you have to convert the image to byte code and datatype should be blob.