Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Help needed here!

  1. #1
    Junior Member
    Join Date
    May 2011
    Posts
    16
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help needed here!

    Hi everyone!

    Is there a file chooser (like JFileChooser) for JSP pages for downloading of files. I've seen a lot of uploading of files but I need the download verison. Or is it possible to include JFileChooser into JSP?

    Your help is greatly appreciated. Thank You!


  2. #2
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: Help needed here!

    This kind of feature would normally be provided by a file-browser-like web page served directly by your HTTP server. Apache could (last time I looked) list and navigate directories as a series of web pages - all it took was some server configuration. Does that suit your need?

Similar Threads

  1. help!!!! needed!! please
    By isuckatprogramming in forum What's Wrong With My Code?
    Replies: 2
    Last Post: May 22nd, 2011, 03:20 PM
  2. HELP NEEDED
    By nicola177 in forum Java Theory & Questions
    Replies: 1
    Last Post: March 4th, 2011, 11:17 AM
  3. help needed ,,, please
    By dpes in forum What's Wrong With My Code?
    Replies: 7
    Last Post: October 7th, 2010, 09:03 AM
  4. [SOLVED] Help needed!
    By subhvi in forum Web Frameworks
    Replies: 4
    Last Post: February 18th, 2010, 09:26 AM
  5. [SOLVED] A little help needed..
    By JavaStudent87 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: January 22nd, 2010, 06:54 PM