I am uploading images to SQL Server 2005 using asp.net. The database table has a binary field, image length field,file path field and a field for the file type.
The issue is that the user is able to upload the same image to the database using different file names.
What unique property should I check for to prevent duplicate images from being uploaded. I tried checking the file length but two different images can have the same length, so this prevented a new image from being uploaded.
Anyone has any idea?
Thanks in advance
Edited by engr, 03 June 2009 - 01:48 AM.
Indicative Subject


Sign In
Create Account


Back to top









