Hi All,
        From where can I get the upload functionality. My problem is that I have
stored the Upload Rights and the directory path for each user in the
database and now want the user to upload in a directory on that path only.

Suppose a user ABC logs on. The upload rights value = "Y" and the directory
path is \\ServerName\Directory1\
Now suppose there is a list of Subdirectories in Directory 1.
Directory1
        sd1
                sd1ssd1
                sd1ssd2
        sd2
                sd2ssd1
                sd2ssd2
        sd3
I want these subdirectories to be displayed. How do I do that ?

Now the user can select one directory from the list of directories and
subdirectories available to him navigate to that directory and upload the
file.
Say the user wants to upload a file to sd2ssd2 directory. Then on the first
page the list
sd1
sd2
sd3
should be displayed.

On clicking sd2, the user will be displayed
sd2ssd1
sd2ssd2
 On clicking sd2ssd2, the user will be shown the existing contents of the
directory and can now upload a file here.

How do I do this ?

If any of you have worked on the above problems in servlets/JSP or come
across the source code for this, please let me know ASAP.

Thanks in Advance
Shashwati

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to