• Boris Kocherov's avatar
    erp5_officejs_ooffice: use jio storrage for save document images · 024db4fb
    Boris Kocherov authored
    disable "image upload blocking" on image jio save (probably it wrong)
    use modified jio_putAttachment to save image:
    * if attachId undefined then attachId = mimeType,sha1hashOfFile
    * not save in jio storage if attach with checksumm already exist
    * return attachId
    * allow dataUri instead blob
    use modified jio_getAttachment allow get attachment as dataUrl or
    blobUrl (ooffice use blobUrl)
    fixed double loading of textures
    024db4fb
ooffice_sdkjs_slide_Local_api_jio_js.js 7.54 KB