File upload and file extensions .jpg .jpeg

OK... Sorted ... this works now for now on local and Digital Ocean... @Mennovandijk

@psweb can you please move this to BUGS please....

lib/modules/upload.js
Line 71. this is on Node

if (!file.processed) {
let name = file.name.replace(/[\x00-\x1f\x7f!%&#@$*()?:,;"'<>^`|+={}\/]/g, '').replace('.jpeg', '.jpg').replace('.JPEG', '.jpg').replace('.JPG', '.jpg').replace('.PNG', '.png').toLowerCase();

2 Likes