Since Lotus Quickr 8.5 the round-trip editing feature is no longer available if you do not have the Lotus Quickr Connector installed, but IBM provides a documentation how to enable the “old-style” round-trip editing.
This works well, except for one stumbling stock – the maximum allowed file size for uploads is restricted to 50 MB. This restriction is hardcoded in two javascript files:
“<datadir>\domino\html\qphtml\skins\qext\page\field\attachments_activex.js” and
“<datadir>\domino\html\qphtml\skins\qext\page\field\singleAttachment_activex.js”
To change the 50 MB limitation search for
“<param name=”General_MaxFileSize” value=”500000″/>”
in both files and adjust the value for your needs.
Restart the http task and be happy.

