dhtmlxVault upload in struts2.1.6

Hi

I want to upload file use dhtmlxVault ,the problem is



In my upload page for example ,named newUpload.jsp

if I only make this line

vault.setServerHandlers(“UploadHandler.php”, “GetInfoHandler.php”, “GetIdHandler.php”);

to

vault.setServerHandlers(“UploadAction”);

in the public release demo. No other change in jsp page.



then

I set the struts2.xml ,add an action



XXX/newUpload.jsp





so Would you give me some help how the server site class: UploadHandlerAction.java code are?



Thanks very much!



YUqianLi Chinese student

Hi,
Please take a look at our “UploadHandler.jsp”, it is the same code you need to put into your Action.