This commit is contained in:
parent
7909e0cc9d
commit
3a83e0f5c6
|
@ -30,7 +30,7 @@ namespace FineUIPro.Web.AttachFile
|
||||||
{
|
{
|
||||||
newurl = Fileurl;
|
newurl = Fileurl;
|
||||||
}
|
}
|
||||||
if (AttachFileService.IsImage(FiletExtension))
|
if (AttachFileService.IsImage(FiletExtension) && 1 > 2)
|
||||||
{
|
{
|
||||||
this.TabStrip1.Hidden = true;
|
this.TabStrip1.Hidden = true;
|
||||||
this.Image1.Hidden = false;
|
this.Image1.Hidden = false;
|
||||||
|
|
Loading…
Reference in New Issue