I m trying to create a custom file upload control in WPF 4.0 and I m stuck in one point.
I m not able to save file in my solution folder after browsing the file. Below code I m using for Browsing
private void btnBrowse_Click(object sender, RoutedEventArgs e)
{
// Create OpenFileDialog
Microsoft.Win32.OpenFileDialog dlg = new Microsoft.Win32.OpenFileDialog();
dlg.Filter = "Images (*.JPG;*.JPEG;*.PNG)|*.JPG;*.JPEG;*.PNG";
Nullable<bool> result = dlg.ShowDialog();
if (result == true)
{
string filename = dlg.FileName;
FileNameTextBox.Text = filename;
}
}
private void btnUpload_Click(object sender, RoutedEventArgs e)
{
string filename = FileNameTextBox.Text;
// Now I want save this file to my image folder.
}
现在,我想在我的解决方案范围内,在图像夹中保存档案。 伙伴关系。 NET我们使用服务器。 用于绘制特定相对或虚拟途径的地图,供服务器上相应的物理目录使用。 但是,我不相信我们能够在森林小组中为实现同样目标而使用什么。 妇联新增加一米,请帮助我。