showing the contents of a particular folder in the server

K

kalaivani

I am using <input type=file ..>. This allows the user to
select the files in his local machine.
But I want to allow the user to see the contents(files) of
a particular folder in the server and allow him to choose
files from it.This is done to allow him to make use of
already existing documents or files.
Please help me to acheive this functionality.
 
S

Stefan B Rusynko

TBMK
You can't using FP File Upload per
http://support.microsoft.com/default.aspx?scid=kb;en-us;299763&Product=fp2002
But may be able to using ASP
http://support.microsoft.com/default.aspx?scid=kb;EN-US;299692



|
| I am using <input type=file ..>. This allows the user to
| select the files in his local machine.
| But I want to allow the user to see the contents(files) of
| a particular folder in the server and allow him to choose
| files from it.This is done to allow him to make use of
| already existing documents or files.
| Please help me to acheive this functionality.
|
 
K

kalaivani

This doesn't solve my problem.
I want to allow the user to view the contents of a folder
in the server.
Please help me in doing this
 
Top