Problem:
Uploading images using the image picker can fail if you're hitting the site through SSL.
Reason:
The image picker is built on Flash, which does not currently support SSL. There are also various other Flash-related reasons why the image picker might fail.
Solution:
It is possible to disable the flash version of the image picker by setting the system property "jive.imagePicker.disableFlashUpload" to true. This will force Clearspace to use the javascript version of the image picker.
Note: any other
There are no comments on this document