From bb0350fdac616d9099567f921b42f1cd5f1de117 Mon Sep 17 00:00:00 2001 From: life Date: Sat, 28 Jun 2014 23:12:34 +0800 Subject: [PATCH] update leaui_image --- app/controllers/FileController.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/FileController.go b/app/controllers/FileController.go index e2e2d95..62a8a35 100644 --- a/app/controllers/FileController.go +++ b/app/controllers/FileController.go @@ -122,7 +122,7 @@ func (c File) uploadImage(from, albumId string) (re info.Re) { // File fileInfo := info.File{Name: filename, - Title: filename, + Title: handel.Filename, Path: fileUrlPath, Size: filesize}