Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-16551

Make JSF file upload pluggable

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 7.2
    • Component/s: Seam / JSF UI
    • Upgrade notes:
      Hide

      To plug in a new JSF uploader, use something like:

      <extension target="org.nuxeo.ecm.platform.ui.web.component.file.JSFBlobUploaderService" point="uploader">
      <uploader id="myupload" order="20" class="my.BlobUploader" />
      </extension>

      The class must implement org.nuxeo.ecm.platform.ui.web.component.file.JSFBlobUploader

      The default implementation (HTMLBlobUploader) is registered by default.

      Show
      To plug in a new JSF uploader, use something like: <extension target="org.nuxeo.ecm.platform.ui.web.component.file.JSFBlobUploaderService" point="uploader"> <uploader id="myupload" order="20" class="my.BlobUploader" /> </extension> The class must implement org.nuxeo.ecm.platform.ui.web.component.file.JSFBlobUploader The default implementation (HTMLBlobUploader) is registered by default.
    • Sprint:
      Sprint RepoTeam 7.1-2

      Description

      The current JSF file upload widget (based on UIInputFile code) should be made pluggable in order to be able to create blobs not only based on an HTML file upload from the user's desktop but also based on other kinds of blob creation (for example using an existing file in Google Drive, NXP-16552).

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: