mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 07:25:50 +01:00
(refs #12) Implemented the upload area in preview.hrml.
This commit is contained in:
@@ -24,7 +24,9 @@ class FileUploadController extends ScalatraServlet with FileUploadSupport {
|
||||
}
|
||||
|
||||
post("/image/:owner/:repository"){
|
||||
execute { (file, fileId) =>
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
private def execute(f: (FileItem, String) => Unit) = fileParams.get("file") match {
|
||||
|
||||
Reference in New Issue
Block a user