Tagged Questions

0
votes
0answers
50 views

enctype multipart form-data input-field Access

I have a JSP-Page with a form with enctype="multipart form-data: <form enctype="multipart/form-data" name="upLoadForm" method="post" action="aktionFileUpload.do"> <input type="file" ...
0
votes
3answers
788 views

How to set session variable

I want to set the current form object as session parameter before submitting the form.Is it possible? <html> <head> Title </head> <body> <FORM method="test" name="test" ...