Hi;
I try insert image files to Oracle BLOB Cloumm
image files not saved in local file system ( ex, c:\0.jpg )
how can i insert image files stored in web ?
ex..
http://xxxx.net/xxxxx.jpg ,, and so on
when i insert my image file stroed in local system ,
i use new File("c:\\0.jpg")
but new File("http://xxxxxxxxxxxxx.net/xxxxxxxxxxx.jpg")
has not worked successfully
please help me T_T:(