You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: