I’m using a file upload control, using the code in the wiki template. If the file upload is on an XPage or a custom control added to an XPage, it works fine. However, as soon as it’s in a custom control that’s dropped into an editable area, my first attempt at an upload does nothing, my second attempt then uploads the file, a third attempt also uploads the file.
Does anyone know why and more importantly, how to resolve it? Unfortunately my whole site is based on the XPages framework, which uses editable areas. The workaround will be to add all the layout code also to my XPage, so a solution would be cleaner.