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

Uploaded files are now moved to an assets folder and are not overwrit… #294

Closed
wants to merge 18 commits into from

Conversation

TomSimons
Copy link
Contributor

@TomSimons TomSimons commented Oct 17, 2024

…ten but an incrementer is added to the file name to allow uploads of files with the same name

https://cdn-dev-ams-3da.azureedge.net/autobuild/feature/save-files-with-the-same-name-2/1666400175/

…ten but an incrementer is added to the file name to allow uploads of files with the same name

var fileTypeEvent = fileTypeEvents.FirstOrDefault(fte => fte.Extension == fileExtension);
var fileTypeEvent = fileTypeEvents.FirstOrDefault(fte => fte.Extension == extension);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ik zou extentions altijd met tolower() gebrtuiken maar dat is misschien too much

@mvriel mvriel requested a review from bozmir October 21, 2024 14:02
@TomSimons
Copy link
Contributor Author

made obsolete by #301

@TomSimons TomSimons closed this Oct 23, 2024
@TomSimons TomSimons deleted the feature/save-files-with-the-same-name-2 branch October 23, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants