We are using HDIV to protect our web application from the csrf attacks. Recently we try to upload file (multipart) using ajax call but it seems not working. the form file param is null in the form.
Plus, we have the follwing message:
Unable to find 'saveDir' property setting. Defaulting to javax.servlet.context.tempdir [org.hdiv.config.multipart.AbstractMultipartConfig] [getRepositoryPath() 124]
Any idea how to fix this ? Thanks