The size of content is restricted by the underlying persistent store, e.g. Oracle.
Oliver KeyEvent wrote: > Hi > > I am using 2.1 M1 and oracle storage for upload file. The problem is that oracle has > a 4GB limitation for LOB maxsize, what will happen if a file more than that is > uploaded? will slide find a way to handle it or just failed. I tried to upload some > large file such as 2GB and failed, anyone here had done that? My code is like: > > token.begin(); > SubjectNode subject = new SubjectNode(); > // Creating an object > structure.create(slideToken, subject, resourcePath); > ...... > revisionContent.setContent(inputStream); > content.create( > slideToken, > resourcePath, > revisionDescriptor, > revisionContent); > token.commit(); > > > Any suggestion? Thanks in advance. > > Regards > > Li > > > > --------------------------------- > Do You Yahoo!? > 150万曲MP3疯狂搜,您闯入音乐殿堂 > 美女明星应有尽有,搜遍美图、艳图和酷图 > 100兆邮箱够不够用?雅虎电邮自助扩容! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
