js.plated_files.filename_fixup
filename = plated_files.filename_fixup(filename)
Fix the filename, so it becomes an empty string rather than a "." or "/." or "/" this makes it easier to use in urls.
filename = plated_files.filename_fixup(filename)
Fix the filename, so it becomes an empty string rather than a "." or "/." or "/" this makes it easier to use in urls.