Hi there,

I saw the tutorial on creating an upload portlet  in jetspeed.

However I have one question and that is:
How do I get the values of other posted parameters when using the
different enctype (in this case multipart/form-data)?

e.g.
FileItem fi = parser.getParameters().getFileItem("filename");
....
String someOtherInputElement = parser.getParameters().getString
("someOtherInputElement");
...

The someOtherInputElement  in my case will return null when I use
multipart/form-data.

Any way for me to retrieve the posted parameters in Jetspeed/Turbine
when using the enctype set to multipart/form-data?

Thanks,
--Alen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to