Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Franco Merola on May 22, 2009 01:54
open dhtmlx forum
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,
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)