Help needed in JSP : File management (upload/download) using JSP

gijoe

gijoe

@gijoe-sdsUS3 Oct 26, 2024
hai evrybody,

i jus got an expt to be done. The topic goes "FILE MGMT(UPLOAD/DOWNLOAD) USING JSP "

so,if anybody could help me it would be great frnds

Uhhhhh. to say really i jus am a newbie to web designing😕

so help needed in that topic above....

i am not stuck in the code... I really don know what it means... So any references to any book or any important java classes to be seen??? would be of gr8 help

Thnx in advance😎

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Oct 9, 2008

    Re: help needed in jsp

    gijoe -

    You haven't described what help you need. Are you stuck somewhere in the code? Facing some problem while writing the JSP code?

    Unless you describe your problem, how can we help you?

    [PS: Do not use SMS text while posting on CE Forums ]
  • Prasad Ajinkya

    Prasad Ajinkya

    @prasad-aSUfhP Oct 9, 2008

    Gijoe,
    Nice nick 😀

    Check out jspin.com for ready made downloadable scripts. You might find a class to upload files, and some sample code.
  • shalini_goel14

    shalini_goel14

    @shalini-goel14-ASmC2J Oct 19, 2008

    Hi Gijoe,

    If you are using struts2 tag library,you can directly use following tag in your JSP for uploading a file.

    <s:file name="anUploadFile" accept="text/*" />

    For more details look at:
    #-Link-Snipped-#
  • boopeb

    boopeb

    @boopeb-mkeqz1 Jan 21, 2009

    hi friends
    this is your newbie friend
    please do help me also out with the same......
  • shalini_goel14

    shalini_goel14

    @shalini-goel14-ASmC2J Jan 21, 2009

    boopeb
    hi friends
    this is your newbie friend
    please do help me also out with the same......
    Hi boopeb,

    What is your problem?

    Is following tag information not enough for you?
    <s:file name="anUploadFile" accept="text/*" />