How call AEM Servlet in JSP's form tag not via Ajax
Hi
We have one senario and created the drop-zone by using the dropzone.js. Now when we are trying to drop the assets in dropzone area then calling AEM servlet via form tag like:
<form method="POST" action="/bin/myServlet" class="dropzone" id="myDropzone" enctype="multipart/form-data"></form>
but getting error message like:
POST:http://localhost:4502/bin/myButtonServlet 403 forbidden
Any Idea? Are we missing anything?
Thanks
Samer