Image in form [message #203957] |
Fri, 17 November 2006 01:39 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
raizen_underground
Messages: 28 Registered: September 2006 Location: Manila, Phillipines
|
Junior Member |
|
|
Hello Guru.....
I just want to ask if how to upload picture in form and automatically save it in database.... Is it possible....
Thanks in advance.....
raizen....
|
|
|
|
Re: Image in form [message #209659 is a reply to message #203962] |
Sat, 16 December 2006 07:29 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
mailtokkalyan
Messages: 65 Registered: December 2006 Location: Bangalore
|
Member |
|
|
Ya we can upload a image using Image Field,
but you should write code for upload...
now i forgot that actually but you go to Help menu and type
Read_image and choose syntax and some examples..
you can save to database using Long RAW Data type....
that is create a table like pic_table,
Create Table pic_table (pics lond raw);
then in Forms go Data block wizard and create a block for that table and then type the Read_image code in New_form_instance event then type commit_form;
thats it.
|
|
|