Hi
I have created a tabular form based on table which has following structure.
SQL> desc uploaded;
Name Null? Type
----------------------------------------- -------- ----------------------------
UPLOAD_FILE BLOB
UPLOAD_TIME DATE
i have installed application server 10.1.2.0.2
i want to give my clients facility to upload files with extention like (XLS,DOC) in "upload_file" column of above table from their browser. And facility download uploaded files.
how is this possible.?
Kindly help me
Thanks in advance.