All Downloads are FREE. Search and download functionalities are using the official Maven repository.

golden.framework.web.UploadedFile.scala Maven / Gradle / Ivy

package golden.framework.web

import java.io.InputStream

trait UploadedFile:
  def content: InputStream
  def filename: String
  def size: Long
  def contentType: String




© 2015 - 2024 Weber Informatics LLC | Privacy Policy