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
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?
The text was updated successfully, but these errors were encountered:
Code in question:
falconpy/src/falconpy/quick_scan_pro.py
Line 98 in eaf227b
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?The text was updated successfully, but these errors were encountered: