ASP.NET中使用FileUpload上传文件怎么将上传文件的路径保存到数据库中

 我来答
创作者L2RlBpEwiW
2019-03-15 · TA获得超过2.9万个赞
知道大有可为答主
回答量:1.2万
采纳率:30%
帮助的人:705万
展开全部
给你一个类,找添加FileUpload的id就能上传
并且会有你可能想要的。

#region
图片上传

private
static
string
_MSG;

private
string
_ofullname
=
"0";

private
string
_tfullname
=
"0";

private
string
_ofilename
=
"0";

private
string
_tfilename
=
"0";

private
int
_limitwidth
=
3072;

private
int
_limitheight
=
2304;

private
int
_twidth
=
100;

private
int
_theight
=
100;

private
int
_size
=
3000000;

private
bool
_israte
=
true;

private
string
_path
=
"Images/CardUpload";

///
<summary>

///
信息

///
</summary>

public
static
string
MSG

{

get
{
return
_MSG;
}

set
{
_MSG
=
value;
}

}

///
<summary>

///
保存时的完整路径.原图

///
</summary>

public
string
OFullName

{

get
{
return
_ofullname;
}

set
{
_ofullname
=
value;
}

}

///
<summary>

///
保存时的完整路径.缩略图

///
</summary>

public
string
TFullName

{

get
{
return
_tfullname;
}

set
{
_tfullname
=
value;
}

}

///
<summary>

///
保存时的图片名称.原图

///
</summary>

public
string
OFileName

{

get
{
return
_ofilename;
}

set
{
_ofilename
=
value;
}

}

///
<summary>

///
保存时的图片名称.缩略图

///
</summary>

public
string
TFileName

{

get
{
return
_tfilename;
}

set
{
_tfilename
=
value;
}

}

///
<summary>

///
限定宽度

///
</summary>

public
int
LimitWidth

{

get
{
return
_limitwidth;
}

set
{
_limitwidth
=
value;
}

}

///
<summary>

///
限定高度

///
</summary>

public
int
LimitHeight

{

get
{
return
_limitheight;
}

set
{
_limitheight
=
value;
}

}

///
<summary>

///
缩略图宽度

///
</summary>

public
int
TWidth

{

get
{
return
_twidth;
}

set
{
_twidth
=
value;
}

}

///
<summary>

///
缩略图高度

///
</summary>

public
int
THeight

{

get
{
return
_theight;
}

set
{
_theight
=
value;
}

}

///
<summary>

///
文件大小

///
</summary>

public
int
Size

{

get
{
return
_size;
}

set
{
_size
=
value;
}

}

///
<summary>

///
是否成比例

///
</summary>

public
bool
IsRate

{

get
{
return
_israte;
}

set
{
_israte
=
value;
}

}

///
<summary>

///
是否生成缩略图

///
</summary>

public
bool
IsCreate

{

get
{
return
_israte;
}

set
{
_israte
=
value;
}

}

///
<summary>

///
存放图片的文件夹名称

///
</summary>

public
string
Path

{

get
{
return
_path;
}

set
{
_path
=
value;
}

}

///
<summary>

///
图片上传(默认:"等比压缩,限定上传尺寸2048*1536,缩略图尺寸100*100,限定上传大小1MB,存放在根目录UpdateImage中")
皇甫谷蓝朋花
2019-04-12 · TA获得超过3万个赞
知道大有可为答主
回答量:1.2万
采纳率:31%
帮助的人:814万
展开全部
放个隐藏文本,如果上传成功就把这个文本和按钮显示出来,同时把路径放到这个文本上,就获得路径了!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式