Open lomo5 opened 3 months ago
Based on the description of this article , it is suggested that the parameter re.findall() at line 127 be changed.Change to: fn = re.findall(r'Content-Disposition.*name="file"; filename="([^\/]*)"', line)
fn = re.findall(r'Content-Disposition.*name="file"; filename="([^\/]*)"', line)
Based on the description of this article , it is suggested that the parameter re.findall() at line 127 be changed.Change to:
fn = re.findall(r'Content-Disposition.*name="file"; filename="([^\/]*)"', line)