Luna
Luna
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
agree
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
public static string EncodeBase64(Image image, ImageFormat format)
{
MemoryStream memoryStream = new();

image.Save(memoryStream, format);
byte[] imageBytes = memoryStream.ToArray();

return Convert.ToBase64String(imageBytes);
}
public static string EncodeBase64(Image image, ImageFormat format)
{
MemoryStream memoryStream = new();

image.Save(memoryStream, format);
byte[] imageBytes = memoryStream.ToArray();

return Convert.ToBase64String(imageBytes);
}
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
worked converting to base64
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
anyways, thanks
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
i'll try to convice my boss to buy AWS for images
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
i know, but i can't do this
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
not in this case, the db is online
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
and it was promissed to the client that everything will be have backup
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
The problem is, if the computer breaks, the images gets lost forever
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
also true The scope of this project, is for a local store
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
i can't, unfortunately
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
yes, i'm using a binary type
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
i'll try
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
my client.image variable is this: public Image? Image { get; set; } = image;
38 replies
CC#
Created by Luna on 10/9/2024 in #help
Save an image to a mysql
btw
38 replies
CC#
Created by Luna on 10/4/2024 in #help
✅ What is the difference?
thanks
3 replies
CC#
Created by Luna on 9/11/2024 in #help
Validate datagridview cell values
Pls
6 replies
CC#
Created by Luna on 9/11/2024 in #help
Validate datagridview cell values
If someone else know anything that could help
6 replies
CC#
Created by Luna on 9/11/2024 in #help
Validate datagridview cell values
thanks
6 replies
CC#
Created by Luna on 9/11/2024 in #help
Validate datagridview cell values
Well, that sucks
6 replies