Interface FileUpload

All Superinterfaces:
FilePart

public interface FileUpload extends FilePart
Represent a file that has been uploaded.

This type is usually used on server, but it is also supported in the REST Client.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Use this constant as form parameter name in order to get all file uploads from a multipart form, regardless of their names
  • Method Summary

    Modifier and Type
    Method
    Description
    default Path
     

    Methods inherited from interface org.jboss.resteasy.reactive.multipart.FilePart

    charSet, contentType, fileName, filePath, name, size
  • Field Details

    • ALL

      static final String ALL
      Use this constant as form parameter name in order to get all file uploads from a multipart form, regardless of their names
      See Also:
  • Method Details

    • uploadedFile

      default Path uploadedFile()