• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to display image by browing the local system

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi


Iam having list of images in one folder if i click browse it will open browser tab we will browse the image and click open. then the image wants to open in my browser in a particular place like in hall ticket in photo place we will click the browser will open we will pick our photo and click ok the photo will appear in photo place. this is my task.

Iam new to development field no one is not there to guide me in my office, please guide to solve my issue. please give me suggestion to develop this. Iam not asking the full code please give me sample like this code to guide me, it will help me to develop please some one help me.


Thanks in advance.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you want to browse the "local" system, that is the client, or do you want to browse the file system on the server?
To browse the local system, you'll probably have to write an applet and get permission to browse the local machine.
To browse the server, you can write a servlet that accepts some path and returns an image.
 
Warning! Way too comfortable! Do not sit! Try reading this tiny ad instead:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic