Author: sbudlong | Posted on: 9/12/2009 10:23:38 AM | Views : 1274

I see references to doing this, but I'm finding it difficult to find code samples or tutorials. If anyone knows of some URLs that would help me out, I would appreciate the advice. My project involves a form like this (code below). I'm saving the images to the file system, but saving the paths to the database is a problem. The path of the first image saves three times in all three database columns.

PicturesFSID    txtSuccessStory    Image1ContentType    Image2ContentType    Image3ContentType    DateCreated
11    Please tell us your success story    ~/Uploads/c2725b07-5730-4f55-8590-448521812307.png    ~/Uploads/c2725b07-5730-4f55-8590-448521812307.png    ~/Uploads/c2725b07-5730-4f55-8590-448521812307.png    2009-09-12 16:56:04.083


Form page

<form id="form1" runat=" ...

Go to the complete details ...