PDA

View Full Version : org.apache.commons.fileupload / title


BubikolRamios
06-30-2009, 08:10 AM
if (item.isFormField())
{
String fieldName = item.getFieldName();
String value = item.getString();
if (fieldName.equals("author")) {args[1] = value;}
//.....


this gets input field value, is there any way to get input field title ?