上传图像并修复/验证其大小?-6ren"> 上传图像并修复/验证其大小?-我使用 ASP .NET 3.5 C#,我想获取用户尝试从中上传的图片 我可以只使用: Request.Form["uploadPicture"]; 接下来呢? 从来没有玩过用表单上传文件,我希望将此-6ren">
gpt4 book ai didi

c# - 使用 <input type ="file"> 上传图像并修复/验证其大小?

转载 作者:行者123 更新时间:2023-11-30 18:05:09 25 4
gpt4 key购买 nike

我使用 ASP .NET 3.5 C#,我想获取用户尝试从中上传的图片

<input type="file" name="uploadPicture" id="uploadPicture">我可以只使用:

Request.Form["uploadPicture"];

接下来呢?

从来没有玩过用表单上传文件,我希望将此文件保存在我的文件系统中,并将路径保存在数据库中。

我还需要检查格式、大小和尺寸,如果可能的话甚至可能会调整它的大小。

谢谢,丹

最佳答案

这样使用

HttpFileCollection files = Request.Files;

关于c# - 使用 &lt;input type ="file"> 上传图像并修复/验证其大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5858330/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com