Hi list ! My client would like a progress bar for monitoring the files being downloaded or uploaded on the server (with RMI).
For downloading, I think this is not a problem since javax.jcr.Binary from JCR2.0 provides getSize() and an InputStream. For uploading, I could make my own implementation of javax.jcr.Binary that mesmerize how many bytes were asked. It have chances to work. What do you think? Does JackRabbit would care if I don't pass by ValueFactory.createBinary()? Frank
