Hi Jason, that piece of code works for adding new records. however if I have an image already on the server it does rename the file in the database and appends _1 however it doesn't include the .jpg extension and on the server where the file is save to it wont show as an image since the .jpg extension on the physical file on the server is missing. the .jpg extension will be fine if a new file is uploaded with a unique name..it just cuts it off if uploads same file name. any suggestions?
Chris