如何上传pdf文件 [英] how to upload a pdf file

查看:227
本文介绍了如何上传pdf文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的成员,请尽快为我提供帮助.

Dear member please Help me.as soon as possible.

推荐答案

与其他文件完全相同.

-SA
In exactly the same way as any other file.

—SA


< asp:FileUpload ID ="FileUpload1" runat ="server"/>

FileUpload1.PostedFile.SaveAs("C:\\ foldername \\" + FileUpload1.FileName);

--------
拉胡尔·贾因(Rahul Jain)
<asp:FileUpload ID="FileUpload1" runat="server" />

FileUpload1.PostedFile.SaveAs("C:\\foldername\\" + FileUpload1.FileName);

--------
Rahul Jain


这篇关于如何上传pdf文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆