-
-
Notifications
You must be signed in to change notification settings - Fork 198
Allow overwriting existing files #661
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
Labels
Comments
Well, it's not a bug but rather behaving as expected. If you download a file twice with your browser that has the same name, it would also attempt to rename it with a suffix. I do see your use case here, we might need a config option for this, if files with the same name should be overwritten. |
Hi,
Thanks for your answer and the possible new option :-)
Chrome allows to rewrite downloaded files without suffixing files when you
download a file twice (it is a quite hiden one however and I included it in
my extension)
I try a work around with the upload script option (which can override the
file I want to be updated) but I didn't succeed : my vbs (3 lines of code
only) isn't launched.
Regards,
Alain CHERVET
Le ven. 4 juin 2021 à 07:50, Damir Porobić ***@***.***> a
écrit :
… Well, it's not a bug but rather behaving as expected. If you download a
file twice with your browser that has the same name, it would also attempt
to rename it with a suffix. I do see your use case here, we might need a
config option for this, if files with the same name should be overwritten.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#661 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUK5DBCBOUHENJL3UWECBRDTRBSSHANCNFSM46BPIHNQ>
.
|
Merged
Implemented, kudos to @fnkhz! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
the file patern of save file doesn't contain any parameter. I just enter a fixed name in order to always save the screenshot with the same name.
When I take a second screenshot, the filename is incremented with a suffix "(2)" and so one !!!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As there is no specific pattern in the filename, the expected behavior is to rewrite the file for each screenshot taken
Reason : I have a word, powerpoint and outlook macro which inserts the image file in the document or email quite easily...
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: