fix symbols

pull/47/merge
loveshell 2015-08-24 15:22:41 +08:00
parent c0b121a64c
commit 6a38f4fe2d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ elseif PostCheck then
return true
end
size = size + len(data)
local m = ngxmatch(data,'Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"','ijo')
local m = ngxmatch(data,[[Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"]],'ijo')
if m then
fileExtCheck(m[3])
filetranslate = true