org.scalatra

fileupload

package fileupload

Visibility
  1. Public
  2. All

Type Members

  1. class FileMultiParams extends Map[String, Seq[FileItem]]

    TODO This is a copy-and-paste abomination that needs to be merged with org.scalatra.util.MultiMap.

  2. trait FileUploadSupport extends ServletBase

    FileUploadSupport can be mixed into a org.scalatra.ScalatraFilter or org.scalatra.ScalatraServlet to provide easy access to data submitted as part of a multipart HTTP request.

Value Members

  1. object FileMultiParams

  2. object FileUploadSupport

Ungrouped