Search:

Type: Posts; User: raghuprasad

Search: Search took 0.10 seconds.

  1. [SOLVED] issue solved

    Thanks friend,

    I got the solution. We need to call the servlet displaying image in the "src" attribute of

    <img> html tag.

    eg: <img src="/ImageServlet?imageno=1">
  2. [SOLVED] Need to display multiple images from database on a webpage

    hi,

    I am able to display a single image from the database on a webpage using the

    following code:



    rs1 = st1.executeQuery("select image from pictures where id='5'");
    ...
  3. How to upload a file by clicking a link instead of button?

    :cool:

    I need an way to upload a file by clicking a link instead of button(<input type="file" name="somename"/>). This feature has been newly added to GMail, to attached a file we need to click a...
Results 1 to 3 of 3