0

What is the easiest way to upload images to database using C#?

1
  • 1
    I believe that this may be a dup. Commented Nov 28, 2009 at 3:00

2 Answers 2

1

Please see: Best way to save/load pictures with .Net & SQL Server 2005?

Sign up to request clarification or add additional context in comments.

Comments

0

There is only one way to upload them to database. Just write a query with sqlparamerters and set a parameter value to Byte[] of image.

If you ask me, Whats the easiest way of storing them in database. Then I would say BLOB streaming engine. Its the best solution, but its available only for MYSQL. It has a tiny webserver embedded in it. Which allows to stream upload images to database using HTTP PUT.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.