Display ppt in JSP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • modelpatel
    New Member
    • Dec 2007
    • 5

    #1

    Display ppt in JSP

    hi all,

    I am developing a web application for e-learning. I have a problem. I am very new to all

    this stuff. I want to allow a user to upload a power point presentation and this should be

    visible to all as one slide after the other by clicking next. Please help me with any

    example source code or an example.

    Any help would be highly appreciated.

    Thanks in advance,

    Regards,

    Bharat Kumar P
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #2
    Originally posted by modelpatel
    hi all,

    I am developing a web application for e-learning. I have a problem. I am very new to all

    this stuff. I want to allow a user to upload a power point presentation and this should be

    visible to all as one slide after the other by clicking next. Please help me with any

    example source code or an example.

    Any help would be highly appreciated.

    Thanks in advance,

    Regards,

    Bharat Kumar P
    Did you go through Google?

    Debasis Jana

    Comment

    • modelpatel
      New Member
      • Dec 2007
      • 5

      #3
      Originally posted by dmjpro
      Did you go through Google?

      Debasis Jana

      Yes, always my last hope is forums and first try is google Do you have any example programs

      Comment

      • dmjpro
        Top Contributor
        • Jan 2007
        • 2476

        #4
        Originally posted by modelpatel
        Yes, always my last hope is forums and first try is google Do you have any example programs
        Did u succeed with PPT file uploading?
        Then try with reponse.addHead er("content-disposition","s et the appropriate value");
        Try to serach it through Google.

        Debasis Jana

        Comment

        • modelpatel
          New Member
          • Dec 2007
          • 5

          #5
          Originally posted by dmjpro
          Did u succeed with PPT file uploading?
          Then try with reponse.addHead er("content-disposition","s et the appropriate value");
          Try to serach it through Google.

          Debasis Jana

          Thanks I will try it

          Comment

          • modelpatel
            New Member
            • Dec 2007
            • 5

            #6
            Originally posted by modelpatel
            Thanks I will try it
            I am able to upload the file. However, I want to display the file in JSP slide by slide

            Comment

            • r035198x
              MVP
              • Sep 2006
              • 13225

              #7
              Originally posted by modelpatel
              I am able to upload the file. However, I want to display the file in JSP slide by slide
              See if you can come up with something using Apache's poi-hslf.

              Comment

              Working...