Summary:
Rename files automatically to circumvent urls with %20 as separator
Detailed Description:
Woud be nice if files uploaded via ECB2 with spaces in the filename could
automatically be renamed to a filename without spaces but for example _ or - in
the filenames instead. Now you would upload a file like:
rainbow in the sky.jpg
which would result in an url like:
https://www.domain.nl/uploads/images/_ecb2_images/field_1/rainbow%20in%20the%20sky.jpg
while you would like it to be:
https://www.domain.nl/uploads/images/_ecb2_images/field_1/rainbow_in_the_sky.jpg