【发布时间】:2011-12-30 09:42:02
【问题描述】:
我正在使用文件上传器或asyncfileuploader上传多个文件,以基于逗号(,)将文件名存储在数据库sql server表列中,并且还保存在我的应用程序特定文件夹中,另一件事是文件名替换为我们的 id 和扩展名(例如:10001A1.JPEG、10001A2.doc 等也存储到数据库和文件夹),如何编写多个上传文件的代码请给我任何建议。
我有根据这个网址找出解决方案check this
but now my problem is uploading multiple files, after select the dropdown(selected event fired) field page will post back that time multiple file will be lose and another thing is first select the drop down after select the file upload , file upload is not working pls give me some suggestion
谢谢你 赫曼斯
【问题讨论】:
标签: sql-server-2008 c#-4.0 file-upload asp.net-4.0