Page 1 of 1

Uploading tiff files into openkm

PostPosted:Thu Apr 18, 2013 8:15 am
by pvenkatesh
Hi ,

I have a tiff file and i get the byte[] from that file.but when i am sending that byte[] to openkm ,the size of the image is increased in openkm.
Using language : Java,
tiff File size - 124 kb,
after upload into openkm through byte array the size is - 5.4MB.
I am using the following API call.
Document create(String token, Document doc, byte[] content)

Re: Uploading tiff files into openkm

PostPosted:Fri Apr 19, 2013 6:13 pm
by jllort
Are you sure you'r reading correctly the document ? try read and store locally.

Re: Uploading tiff files into openkm

PostPosted:Mon Apr 22, 2013 11:24 am
by pavila
Please, attach image and minimal code to reproduce the issue.