This question is locked. New answers and comments are not allowed.
Hello my name is Carlos Adrian I have trouble integrating KendoUI upload a JSP with Struts web project, I try to mapping my POST request to my Controller but it always empty.
Can anyone help me pleas
Can anyone help me pleas
e?
<!--This is a part of my code on the JSP page-->
<div class="col-sm-12">
<input type="file" id="attachments" class="id-input-file-2"/>
</div>
<script type="text/javascript"> $(function() { $("#attachments").kendoUpload({ async: { saveUrl: "\anexos", removeUrl: "\anexos", autoUpload: true } }); }); </script>