Hi Friends,
I have a problem.
I am working on Java.
When user clicks on "VIEW" button(in one page), it will open the document through "jVue". He can create markup's in jVue. Whnever he is creating markup's, jVue stores the markup files in "jVue\bin\markup" directory.
But I want to store that markup file(it's like tmp file) in my own directory.
For this, I want to write a interface in Java. If anybody have the idea please help me.