Hi
Can you provide a code snippet on how to access the form field in the JSP page. It doesn’t seem to be coming as part of request. There is a FileItem with field name as the one i send but how to get that value?
This is my JS code.
vault.create(“vaultDiv”);
vault.setFormField(“FORWHAT”, forWhat);
Cheers
Gayathri