Categories | Question details Back To List | ||
dhtmlxVault hi, I would like to use dhtmlxVault with a servlet/action to upload, instead of UploadHandler.jsp, because I have to process the uploaded file. How can I do? I tried to replace the UploadHandler.jsp with the servlet (vault.setServerHandlers("/TestUpload", "GetInfoHandler.jsp", "GetIdHandler.jsp");), but does not work. Can I use a servlet / action? Thank you Franco Answer posted by Support on May 25, 2009 05:26 Hi, |