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
I'm proposing that we save the temp file with the file extension, considering that in some cases, one might have a logic that depends on the file extension.
Currently, when a temp file is created, it strips out the file extension as shown here
Since we have the filename, we should be able to inject it into the getTempFilename(...).
I'll be very much open to creating a PR if you deem fit.
The text was updated successfully, but these errors were encountered:
I'm proposing that we save the temp file with the file extension, considering that in some cases, one might have a logic that depends on the file extension.
Currently, when a temp file is created, it strips out the file extension as shown here
Since we have the
filename
, we should be able to inject it into thegetTempFilename(...)
.I'll be very much open to creating a PR if you deem fit.
The text was updated successfully, but these errors were encountered: