• 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

image handling

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure what the appropriate forum is for this question but since my site is mostly done using jsp I'll put it here...
I allow users to upload images to my site. Of these, I need a full size and a thumbnail image. Currently the users can upload both but I would like to save them an extra step. Also, since some users are inexperienced, I get images uploaded that are not optimized and are a rather large file size.
Does anyone know of a way that I can optimize and resize images that are uploaded through the browser?
Thanks,
Pat
 
reply
    Bookmark Topic Watch Topic
  • New Topic