File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes getting parameter of image Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "getting parameter of image" Watch "getting parameter of image" New topic
Author

getting parameter of image

Fahad tebateba
Greenhorn

Joined: Jan 05, 2003
Posts: 10
dear members,
if any image hits the servlet, how i can get the name and alt paramerter of image in get/post of servlet using getParameter(".....
which hits the servlet
-fahad.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
You can only get values from HTML forms or URLs with the request getParameter method.
Bill
Fahad tebateba
Greenhorn

Joined: Jan 05, 2003
Posts: 10
thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: getting parameter of image
 
Similar Threads
how to display images on JSP in struts2
JPEG-FILE WIDTH
Session Tracking problem
Resize image when upload ing to the server
Showing image from a JAR on a JSP page