We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b121a commit 6a38f4fCopy full SHA for 6a38f4f
1 file changed
waf.lua
@@ -42,7 +42,7 @@ elseif PostCheck then
42
return true
43
end
44
size = size + len(data)
45
- local m = ngxmatch(data,'Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"','ijo')
+ local m = ngxmatch(data,[[Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"]],'ijo')
46
if m then
47
fileExtCheck(m[3])
48
filetranslate = true
0 commit comments