使用c#以窗口形式上传图片

发布于 2024-09-13 08:21:21 字数 27 浏览 1 评论 0原文

图像应存储在项目下的目录(image)中

the images should be store in a directory(image) under the project

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

余罪 2024-09-20 08:21:21

在 Windows 窗体中,用户不需要“上传”文件,因为应用程序在本地运行。相反,询问用户文件名(通常通过打开的对话框);然后将指定的文件复制到目标位置。

In windows forms, the user doesn't need to 'upload' the file, because the application runs locally. Instead, ask the user for a filename (typically through an open dialog); then copy the indicated file to the target location.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文