Function resolveRemoteImageUrlWithUpload

  • Resolve a remote image through the active upload policy.

    A direct URL is kept for the explicit objectUrl strategy. Base64 and remote strategies first download the image as a File. Browser download/CORS failures fall back to the original URL, while configured server upload failures remain visible to the caller.

    Parameters

    Returns Promise<string>