how 2 save image path (not the image) into mysql database .....
if u can plz give me the code......
if u can plz give me the code......
NisalJaya said:add a column for image parth. lets say imgpath varchar(255) NOT NULL default ''
you can put a string value upto 255 characters length on imgpath column.
e.g "path/to/image/myfile.jpg"
btw what is your programming language? php? or perl?
What is your programming language?ra20002 said:not working machan ........ can u give me the full code......
NisalJaya said:What is your programming language?
ra20002 said:
asachan said:Mata pena widihata wenna one de hariyata kiyala na ban
By default saving a image path to a R-Table field is not a big task ban
It's very simple
I think you have a special task and you need to explain what is that pls
Then we can help you
ra20002 said:mekai machan seen eka mata one image eka DB ekata save karala eta passe eka jsp eka through call karanna (server eka glassfish)
vena solution ekak thiyanavanam ekath kiyanna......
asachan said:1. Mulinma Mysql wala table eka set karaganna
Image column ekata tikak wadipura chars thiyaganna
2. Image path eka save karanna
3. JSP code eken db eka access karala dala table eka filter karaganna
E field eke walue eka aragena Image eka Image display karana control ekata pass karanna
Mama Jsp wadiya danne na machan. ASP ASP.net nam okata code eka dennam
miyuru4u said:mysql wala image save karanne blob kiyana data type eken mama hithanne...so use data type as blob...and save the image file
insert into pictures_table(image_path) Values('\/public_html\/images\/image\.jpg');