上传图片

发布于 2024-10-13 11:20:24 字数 296 浏览 2 评论 0原文

目标: 上传一张图片,该图片应保存在 Visual Studio 2010 中创建的 asp.net MVC 项目中。

问题:

图片应该保存在我的 SQL Server Express 还是 VS 2010 的内容/图像中,为什么?

要求规格为:

  • 宽度和高度应最大为 200 像素
  • 文件格式应为 png、gif 和 jpeg
  • 图片大小最大为 1 mb。

我需要什么源代码?

有人可以推荐一个关于上传图片源代码的好网站吗?

Goal:
Upload a picture that shall be saved in the asp.net MVC project created in Visual Studio 2010.

Questions:

Should the pictures be saved in my SQL server express or VS 2010's Content/Images and why?

The requirement specifications are:

  • The width and height should be max 200 pixels
  • The file format should be png, gif and jpeg
  • The picture's size is max 1 mb.

What sourcecode do I need?

Can somebody can recommend a good website about the sourcecode of uploading a picture?

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

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

发布评论

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

评论(1

格子衫的從容 2024-10-20 11:20:24

图片应该保存在我的 SQL Server Express 或 VS 2010 的内容/图像中吗?为什么?

要回答此问题,请阅读这篇文章。


您可以在 many 地点

对其进行调整,以便仅保存符合您规范的文件,这将作为读者的练习。

Should the pictures be saved in my SQL server express or VS 2010's Content/Images and why?

To answer this question, read this article.


You can find code to upload files in many places.

Adapting it so only files of your specifications will be saved is left as an exercise for the reader.

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