copying a file to a server [message #40466] |
Thu, 10 October 2002 09:48 |
jimmy
Messages: 21 Registered: November 2000
|
Junior Member |
|
|
hello
i have some problems...i am using oracle 8
i am doing a project on e-learning...
i have a page to upload a file(it may be a document with any extension)...
how can i upload this file onto the server using pl/sql???i know i should keep a table with that
TABLE
file_no number
File_path char
student_username char
I don't know how to accept the file from the student and store in a directory..and then change the path such that someone can download the file from the server itself
how do u do that???
thanks in advance jimmy!
|
|
|
|
|
|
|
|