Re: Upload Images in JSP



lynch_susan wrote:
Newbie,

I have to create a jsp page where i can upload some gif images to a
server location. How can i do that?

Find out who has already invented that particular wheel and use their code!
In this case, the useful com.oreilly.servlet package comes to the rescue.

http://servlets.com/cos/

.



Relevant Pages

  • Re: Upload Images in JSP
    ... I have to create a jsp page where i can upload some gif images to a ... server location. ...
    (comp.lang.java.help)
  • Upload Images in JSP
    ... I have to create a jsp page where i can upload some gif images to a ... server location. ...
    (comp.lang.java.help)
  • Need to convert MS Office files to pdf on the server itself.
    ... I'm writing a web app using JSP with Tomcat5.5 as server.Users upload ... MS offce files on the server and when the manager accepts then I want ... the pdf creator is called but no output is generated. ...
    (comp.lang.java.programmer)
  • Re: Upload Images in JSP
    ... Create a jsp page where you can choose the file. ... data to a servlet which handles the upload of the selected file. ... I've had a quick look on Google for "upload servlet" and found this... ...
    (comp.lang.java.help)
  • File upload & form data
    ... I have the need to upload one file to several ... from the jsp: ... List items = upload.parseRequest; ... FileItem item = iter.next; ...
    (comp.lang.java.programmer)