save image to uuid name
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user