Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow file name override in QS Pro upload_file operation #1276

Open
carlosmmatos opened this issue Feb 3, 2025 · 0 comments
Open

Allow file name override in QS Pro upload_file operation #1276

carlosmmatos opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
enhancement 🌟 New feature or request

Comments

@carlosmmatos
Copy link
Contributor

Code in question:

files=[("file", ("UploadedFile", file_data))], # Passed as a list of tuples

Can we allow a new arg - say, file_name to be added so that instead of every single file we upload to qs pro ends up as UploadedFile it can be the actual name of the file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants