| |

VerySource

 Forgot password?
 Register
Search
Author: weiranli00

How does Solve Image display pictures in memory?

[Copy link]

2

Threads

22

Posts

14.00

Credits

Newbie

Rank: 1

Credits
14.00

 China

 Author| Post time: 2020-1-25 06:00:01
| Show all posts
If it is stored on a hard disk, encryption is meaningless.
Reply

Use magic Report

2

Threads

22

Posts

14.00

Credits

Newbie

Rank: 1

Credits
14.00

 China

 Author| Post time: 2020-1-25 09:18:01
| Show all posts
ImageButton does not have the Image property. It is in a .NET web program.
Reply

Use magic Report

0

Threads

322

Posts

115.00

Credits

Newbie

Rank: 1

Credits
115.00

 Invalid IP Address

Post time: 2020-1-25 09:36:01
| Show all posts
<img src = "showimg.aspx">

Write in showimg.aspx

byte [] bytes = null; //
// this time
Get bytes code
System.IO.MemoryStream ms = new System.IO.MemoryStream ();
ms.Write (bytes, 0, bytes.Length);
Bitmap bmp = new Bitmap (ms);
bmp.Save (Response.OutputStream, System.Drawing.Imaging.ImageFormat.Jpeg);
Reply

Use magic Report

2

Threads

22

Posts

14.00

Credits

Newbie

Rank: 1

Credits
14.00

 China

 Author| Post time: 2020-1-26 15:00:02
| Show all posts
But how to display it before opening the showimg.aspx page, it is impossible to use a light button or a few words?
Reply

Use magic Report

2

Threads

22

Posts

14.00

Credits

Newbie

Rank: 1

Credits
14.00

 China

 Author| Post time: 2020-1-26 16:18:01
| Show all posts
I don't know if anyone has made such a similar website, such as an album, but the album pictures are stored in the database and encrypted. After decryption, it is only in the memory and must not be saved on the hard disk.
Reply

Use magic Report

0

Threads

21

Posts

15.00

Credits

Newbie

Rank: 1

Credits
15.00

 China

Post time: 2020-2-13 11:30:02
| Show all posts
You need to decide the item to be displayed. It is your business logic.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list