save image to uuid name

This commit is contained in:
moicen
2022-06-26 17:49:50 +08:00
parent 46f27ba9d5
commit 6648a4f1ee
6 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ local fullpath = file_dir .. "/" .. file_to_upload .. ".jpeg";
ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> fullpath -> ', fullpath)
upyun_upload.upload(fullpath)
upyun_upload.upload(fullpath, nil)