Use a System.Drawing.Image in an HTML tag

前端 未结 4 2066
忘了有多久
忘了有多久 2021-01-14 11:21

I have a potentially easy question. I have an image stored in a database, I then used a C# method in my application that gets that image and stores it in a custom class tha

4条回答
  •  忘掉有多难
    2021-01-14 12:07

    If I were you, I'd keep image files on disk, and just have the image filenames in your db.

    If you're having a problem with your image formatting, than just look at your source and make sure it's correct.

提交回复
热议问题