image with asp.net and sql
-
I have problem with uploading image to sql database.. In asp.net form i use this input
-
I have problem with uploading image to sql database.. In asp.net form i use this input
Have a look at this article: C# Photo Album Viewer[^] It saves and retrieves the images from DB.
-
Have a look at this article: C# Photo Album Viewer[^] It saves and retrieves the images from DB.
Ok i have looked at article..i understand how it works, but when i used it with asp.net application i didn't get full path of file to use it in stream. I tryed both asp:fileupload and input type="file" with PostedFile.FileName and nothing retrieves full path. Everytime i get error that selected picture wasn't found in C:\\windows\\system32\\filename. I tryed to saved it there, but then i get error for reading rights.. Any idea how to deal with this.?