cancel
Showing results for 
Search instead for 
Did you mean: 

Client to move document

krups
Champ in-the-making
Champ in-the-making
Hello,

Actually I want to create a web page which moves document/file from one folder to another in document library within same site.
I have used multi selection boxes for web client page.
I can move document from one box to another in web page but am not able figure out how to move document in repository?
Can anyone help me please?

Thank you
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
CMIS is a good tool for moving a document from one place to another. Look at the move() method on Document:
http://chemistry.apache.org/java/0.7.0/maven/apidocs/

Jeff

krups
Champ in-the-making
Champ in-the-making
Hi Jeff,

Thank you for your help. It worked for me.
I can now move documents  using move() function.
I am calling my webscript on clicking event of button using javascript.
I realized that move function takes time to move document from one directory to another.
Is there anyway to get it resolve?

Thanks