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


Hi,
Yes, of course you may use servlets instead of JSP. Simply wrap all the code from those three pages into one servlet class. Remember, you need all three pages, they are tied together by session.
Please let me know if you have some issue, with your code snippet. (by email)