Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.12
-
None
Description
The RFC allows eg.
{code}Content-Disposition: form-data; name="file"; filename="6008160736474408812-account_id=1.jpg"{code}
but the MultiPartParser tokenizes on the '=' Inside the filename, leading to incorrect file name after upload
{code}Content-Disposition: form-data; name="file"; filename="6008160736474408812-account_id=1.jpg"{code}
but the MultiPartParser tokenizes on the '=' Inside the filename, leading to incorrect file name after upload