上载按钮 [英] upload button

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

问题描述

我如何通过c#.net中的上载按钮获取总路径

How i get the total path by upload button in c#.net

推荐答案

如果您正在使用Asp.Net应用程序,则可以使用路径

if you are working on Asp.Net application then you can have path

FileUpload.PostedFile.Filename // Will give you full path of the file

FileUpload.FileName // returns just filename with extension of uploaded file



如果有帮助,请 投票 接受答案 .



Please vote and Accept Answer if it Helped.


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

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