Page 1 of 1

100 file limit

Posted: Thu Oct 22, 2009 10:35 pm
by tomkirk23
Hi -

I see there is a limit of 100 files that you can upload. Is there a way to remove this limit?

Thanks,

Tom K.

Re: 100 file limit

Posted: Fri Oct 23, 2009 6:05 am
by support
In i18n_pane.properties. You will see at the top:
preview.grid.columns=5
preview.grid.rows=20
5x20 = 100
to allow 200 images:
preview.grid.columns=5
preview.grid.rows=40

Does it help ?