Skip to content

johann-abraham/spray-file-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spray-file-upload

This is an example of file upload using Spray 1.2-M8, Akka 2.10.2. To start, sbt run.

You can then upload multiple files using curl, e.g.,

curl -F [email protected] -F [email protected] http://localhost:8080/file

You can find the example files in the resource folder. Spray can default maximum content size is 8MB, you can change that in application.conf.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%