本文介绍了上传并保存附件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用<asp:FileUpload ID="flDoc" runat="server"/>
来上传文件.
通过使用此控件,我只能上载文件.要保存此文件,我必须使用另一个保存按钮来保存上载的文件.
我想要一个解决方案...在这里,我只需单击一下事件就可以上传和保存附件.
例如:像附件一样,我们使用gmail.
我可以为该解决方案寻求帮助吗?
谢谢,
yashoda
I am using a <asp:FileUpload ID="flDoc" runat="server"/>
for uploading files.
By using this control..i am only able to upload a file..to save this file.. i have to use another save button ...to save the uploaded file.
I want a solution... where i can upload and save the attached file with only one click event.
For example: like attachments we do in gmail.
Can i get a help for this solution.
Thankyou,
yashoda
推荐答案
这篇关于上传并保存附件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!