Posted on: 3/27/2015 2:45:40 PM | Views : 654

Hello,
I have a web application that does the following:
1. Takes in user information via form. This includes images.
2. Displays all the user information in a portfolio. Looks like the portfolio on this page: http://wrapbootstrap.com/preview/WB00PN23G
3. When clicking on each item you are brought to a page that displays the form information and the images.
So far it works fine but instead of sending the images as binary to SQL database I send them as strings and the problem is now when I update the code on my cloud host the images no longer display but all the text displays fine. I am thinking the problem is that instead of sending my images as strings I need to store them as binary and retrieve them as well. The problem is I did some research and have been unsuccessful in the ways mentioned.
Here is my code for the form:
//gather all ...

Go to the complete details ...