[jQuery] Request parameters from dynamically added html element are missing on the server side

[jQuery] Request parameters from dynamically added html element are missing on the server side


Hi there,
I tried to create input element dynamically using jQuery, in form of
text field and file upload.
But somehow when I dumped all my request parameters on the server
side, I never received these parameters even though I saw the the
input elements were created on HTML form.
Could someone give me a hint ?
I use jsp and java on the server side, jQuery 1.1.4, and jQuery
Multiple File Upload Plugin v1.26.
This is the snippet of the code :
<script src="<%= themeDisplay.getPathJavaScript() %>/jquery/jquery.js"
type="text/javascript"></script>
<script src="<%= themeDisplay.getPathJavaScript() %>/geco/
jquery.MultiFile.js" type="text/javascript"></script>
<form action="blabla.jsp" method="post" enctype="multipart/form-data"