Re: Adding custom properties...

2002-10-23 Thread Jian Ren
Yes, you can. But I am not sure if you could access them through MS WebFolders. I created a web interface to upload and store the document, but couldn't open it with MS WebFolder. Anyone knows what I have missed? Thanks! My code to store the document: String documentUri = documentsPath + "/" +

Content size limited to 64K

2002-10-29 Thread Jian Ren
Hi, I created a NodeRevisionContent based on an InputStream from the uploaded file. But after I call content.create method, the saved content is always smaller than 64K. Anyone knows why the content size was limited in 64k? Anyway to fix that? Thanks! Ridge