Upload and downloading file.

Posted by Admin on 27-Jun-2011 06:20

can anybody write me this two procedures.


1. write a procedure to upload a file.

2.Write another procedure to download the file to temporary directory.

The file will be downloaded as the input no. for employee is given. then the file will be saved on the temporary directory.

All Replies

Posted by rohit.ramak on 27-Jun-2011 08:02

How about you answer the below and that *may* help you continue writing the prog yourself. I'll assist you when *needed*....

1. What does the file you want to upload contain, where do you want to upload the file to, what is the file format ? .

2. Where do you want to download the file from, what information will the downloaded file contain?

I suspect that you maybe trying to load information from file to db/temp-table and dump information from db/temp-table to a file. If this is the case, then you may refer to STREAMS / IMPORT / EXPORT help pages. It'll be mighty helpful !!

This thread is closed