You don't get an upload button in the promotion panel, but you can get one or more entry fields where you can enter the names of the images, assuming they are on the server.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
QuoteWeird, isn't it?

Quote- If I override the engine through use of the custimization framework I am overriding the server side engine?
Quote- Is the interface of this engine what you guys call the KK API?
Quote- Is it true that the only extra functionality of the client-side engine (in comparison with the server side engine) is to maintain state per request? So in that aspect it is a sort of statefull wrapper around the server side engine?
Quote- Does the above also account for the client-side (al) and server-side managers (bl) like the productmanager or basketmanager. If not in what aspect do these client-side managers differ from their server side counterparts?
Quote- If I call kkAppeng.getProductManager() I get the al manager, but according to the documentation I can only subclass the bl manager. Is it true that subclassing the bl productmanager has effect on the working of the al productmanager, since it is only a statefull wrapper round the stateless bl productmanager?