B
Brent
Hi eveyrone. I am writing a client/server application that has to deal with
displaying images to the user. The user will have the ability to add images
to entries. Ok im kind of looking for a best practice here on what to do
with the images. I am using SQL Server 2005 and i know that i do not want to
store the images in blog fields in sql server. That is a definite. What
other choices do i have here? Maybe you can binary serialize the image and
use either remoting or web services to send the image over the wire and
store it in a directory. The directory location would be located in sql
server. This seems like a plausable solution but seems quite messy. What
other solutions are there? What solution do you think is the best? If i end
up doing the solution i came up with then i would have to include that part
in the database transaction and it could be asynchronous because if the
saving of the image fails i also want to fail the transaction. Just looking
for some ideas here guys. I didn't know what other newsgroup would be
fitting since this is a general question.
Thanks,
Brent
displaying images to the user. The user will have the ability to add images
to entries. Ok im kind of looking for a best practice here on what to do
with the images. I am using SQL Server 2005 and i know that i do not want to
store the images in blog fields in sql server. That is a definite. What
other choices do i have here? Maybe you can binary serialize the image and
use either remoting or web services to send the image over the wire and
store it in a directory. The directory location would be located in sql
server. This seems like a plausable solution but seems quite messy. What
other solutions are there? What solution do you think is the best? If i end
up doing the solution i came up with then i would have to include that part
in the database transaction and it could be asynchronous because if the
saving of the image fails i also want to fail the transaction. Just looking
for some ideas here guys. I didn't know what other newsgroup would be
fitting since this is a general question.
Thanks,
Brent