FileUpload1SaveAs(ServerMapPath("~image\") + FileUpload1FileName)修改为:
FileUpload1SaveAs(ServerMapPath(@"~image\") + FileUpload1FileName)或者
FileUpload1SaveAs(ServerMapPath("~image\\") + FileUpload1FileName)
string regex= (<IMG src=")(+)(">);
string src="<IMG src="file:///D:路径/aajpg">"
Regex replace =new Regex(src,regex);
replaceReplace($1+要替换的路径+$3);
大概就是这样。
代码没有,不过思路可以给你,首先你可以通过openFileDilg控件或者直接指定一个FilePath获取到文件的目录放到List<string>集合里,等你要用的时候获取到该索引的路径,然后打开文件。
你建一个测试窗体,放一个picturebox1,放一个textbox1,放一个button1,把下面代码放到button1的clik事件里面,扩展的话可以自己想
OpenFileDialog openFileDialog = new OpenFileDialog();
openFileDialogFilter = "文本文件||C#文件|cs|所有文件|";
openFileDialogRestoreDirectory = true;
openFileDialogFilterIndex = 1;
if (openFileDialogShowDialog() == DialogResultOK)
{
thistextBox1Text=openFileDialogFileName;
}
string filepath = textBox1TextTrim()ToString();
Stream s = FileOpen(filepath, FileModeOpen);
pictureBox1Image = ImageFromStream(s);
sClose();
依次读取照片的路径,输入路径字符串,得到文件对象;全程同步顺序 *** 作;
手机文件详情中路径:内部存储/Pictures/IMG_1589761748105jpg
程序中获取的路径:file:///storage/emulated/0/Pictures/IMG_1589761748105jpg
class imgFileToFileObj{
constructor(){
}
submit: function (){
var box=new imgFileToFileObj();
var fileAllPath = 'file:///storage/emulated/0/Pictures/IMG_1589761748105jpg';
var imgFileStrList = new Array();
imgFileStrListpush(fileAllPath);
imgFileStrListpush(fileAllPath);
imgFileStrListpush(fileAllPath);
(async () => {
var fileArrayOne= await boxdoChange(imgFileStrList);
consolelog(' 我应该是最后的最后 fileArray = '+fileArrayOne)
})()
}
以上就是关于.net获取图路径显示图片高手帮忙啊~全部的内容,包括:.net获取图路径显示图片高手帮忙啊~、很多个<IMG src="file:///D:图片路径/aa.jpg"> 用正则表达式匹配标签取文件名。替换路径。在线等。谢谢、c#读取文件夹里的图片等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)