uploading files in oracle

wxdqz

New Member
hi

i wondering if there is anybody out there who can help me with this problem.

basically what i am trying to do is to upload files into an oracle database. although i have tried the example outlined in the php manual i still can not get it to work. instead i keep getting errors here.

//
if($lob->savefile($lobfile))
{
}
futhermore i also want to read from the database and be able to view it on the web page but i don't know how to do this.


i would appreciate any help or advice in this matter. or if there r any examples i could look at.

thanks for the help

kindest regards

Kumar
 
Back
Top