Latest patches > MLR 5 | m_binder variables missing
We have a custom component to upload excel file from a custom form and to read the document data and perform some actions. which is working fine with MLR5, It stopped working with latest patches, where in databinder ,we are not getting the file:path variable, it is missing, Any idea what is missing in this code? Template is to browse and upload a file, on form submit will call the service where If we print the binder, variables are missing,
Kindly let us know your inputs...
Template code is:
<html>
<head<</head>
<body>
<form name="<$formName$>" enctype="multipart/form-data" method=post action="<$HttpCgiPath$>">