Interface FileDropTargetClientRpc

  • All Superinterfaces:
    ClientRpc, Serializable

    public interface FileDropTargetClientRpc
    extends ClientRpc
    RPC for sending the upload URLs to the client for uploading files.
    Since:
    8.1
    Author:
    Vaadin Ltd
    • Method Detail

      • sendUploadUrl

        void sendUploadUrl​(Map<String,​String> urls)
        Sends the of upload URLs mapped to the generated file ID.
        Parameters:
        urls - File IDs and URLs for uploading files to the server.