Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Is it possible to increase the size of inserted images?

web-app

Currently the largest image that can be inserted is 200kb. Can this be increased?

Many thanks.

acrmartin
· 1
acrmartin
Replies (7)
helpful
0
not helpful

Which version of Gemini and IIS are you running? We don't restrict image sizes in Gemini.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

My apologies - it looks like this isn't an issue afterall. I had someone telling me there was a 200k limit without testing it myself. I had no issues so again, sorry for the mistake!


acrmartin
· 1
acrmartin
helpful
0
not helpful

Hi again,

I managed to reproduce the issue. When going to the Image Manager and then clicking 'Upload' it warns that the 'Max file size allowed' is 200k. We are running Gemini v4.0 with IIS 7.0.

Cheers.


acrmartin
· 1
acrmartin
helpful
0
not helpful

Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks. I can't seem to find the RichTextCtrl.ascx file, though - I'm assuming there has been some reorganisation since v2.5. I am able to find RichText.ascx under \Controls but it doesn't contain the same information. Is the MaxImageSize setting located in another file now?


acrmartin
· 1
acrmartin
helpful
0
not helpful
ANSWER

Opps, sorry, didn't noticce it was that old... Open the Controls\RichText.ascx file and add the max upload file size: <\ImageManager EnableImageEditor="true" ViewPaths="~/controls/RAD/UserImages" UploadPaths="~/controls/RAD/UserImages" DeletePaths="~/controls/RAD/UserImages" MaxUploadFileSize="xxx" />


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Magic - worked a charm, thanks!


acrmartin
· 1
acrmartin