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}