Hi , I have CRUD Multipart request and I have implemented it correctly works fine at my local host.
I have upload upload pdf and tiff files, all this implemented via ajax call using onchange handler on file input multiple tag. The challenge I am having is that doDelete just deletes the file with the request on server, but their is no protection. How do I protect doDelete call from getting misused ? Is their something in Tomcat I can use to protect doDelete vals from getting misused ? - Kiran