Aquatic Life
Aquatic Life
CC#
Created by Aquatic Life on 6/11/2023 in #help
❔ Difficulties with http requests for image(blob) column in mysql
gotcha thought so but wanted to make sure
23 replies
CC#
Created by Aquatic Life on 6/11/2023 in #help
❔ Difficulties with http requests for image(blob) column in mysql
in the model i have this
public byte[] image { get; set; }
public byte[] image { get; set; }
23 replies
CC#
Created by Aquatic Life on 6/11/2023 in #help
❔ Difficulties with http requests for image(blob) column in mysql
when you say once i get my byte what do you mean by that
23 replies
CC#
Created by Aquatic Life on 6/11/2023 in #help
❔ Difficulties with http requests for image(blob) column in mysql
also one more questions if i may
23 replies
CC#
Created by Aquatic Life on 6/11/2023 in #help
❔ Difficulties with http requests for image(blob) column in mysql
okay thank you for your help, definitely getting me started on the right track
23 replies
CC#
Created by Aquatic Life on 6/11/2023 in #help
❔ Difficulties with http requests for image(blob) column in mysql
So i have a controller for all the other basic info and another for the images. The basic info is no problem for me as i got this down but struggling to find how to be able to get, post, put and delete blob data for this controller
23 replies
CC#
Created by Aquatic Life on 6/11/2023 in #help
❔ Difficulties with http requests for image(blob) column in mysql
if that makes sense
23 replies
CC#
Created by Aquatic Life on 6/11/2023 in #help
❔ Difficulties with http requests for image(blob) column in mysql
gotcha, so this wouldn't be best practice at all. So I've been learning web dev from a friend but he gave this to me as like an "assignment" of sorts not school or work related but just to learn. So if i just have a small db with a few images it would work but still not the best option for this. And apologies for my ignorance on the subject as I'm still pretty new to learning all of this. I'm basically making a pkmn card management type of site where the cards will display the images and I have another table with like basic info that will display them and they can input new cards, update ones already there, and delete them
23 replies
CC#
Created by Aquatic Life on 6/11/2023 in #help
❔ Difficulties with http requests for image(blob) column in mysql
Correct assumption on the second column being the image column with the array of bytes. And I'm assuming this is something that would be done after the connection has been opened line 33?
23 replies