i want to save image path to mysql is it posiible
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i want to save image path to mysql is it posiible.i cant get the image from database.When i save the image file "image\"+filename.But the '\' doesn't saved.
-
i want to save image path to mysql is it posiible.i cant get the image from database.When i save the image file "image\"+filename.But the '\' doesn't saved.
\ is used to escape special characters. Try replacing \ with \\
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )