Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Media Filename Problem #53

Closed
vaccarieli opened this issue Mar 23, 2022 · 3 comments
Closed

Media Filename Problem #53

vaccarieli opened this issue Mar 23, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@vaccarieli
Copy link

File name is not on the file that is being sent. 'fileName': 'file'

    files= {
    'file': ('fileName.PDF', open(document, 'rb'), 'application/pdf')
    }

155335771-03b8b1bd-4192-4f25-95ab-ede32c1ea541

@sairmali
Copy link

please explain this problem ?

@vaccarieli
Copy link
Author

The problem is that the file is sent with the name 'file' instead of the name given when sent.

@salman0ansari
Copy link
Owner

thanks for reporting will look into it

@salman0ansari salman0ansari added the bug Something isn't working label Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants