Closed (cannot reproduce)
Project:
Transliteration
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2011 at 10:53 UTC
Updated:
10 Oct 2011 at 10:08 UTC
I use transliteration in conjunction with filefield paths.
When someone uploads a multi-part file with the name like e.g. "Picture1/3.jpg" the upload creates a new directory "picture1" in the files folder. The path to the file gets corrupted.
Is there a way to substitute the slash with some other character?
Comments
Comment #1
adriaanm commentedAs far as i know, a forward slash is an illegal character for a file name. I'm wondering if it's even possible to use a slash in filenames on windows/unix systems?
Comment #2
amateescu commentedAccording to http://en.wikipedia.org/wiki/Filename#Comparison_of_filename_limitations, the slash character is reserved in most filesystems. Please reopen if you can provide a way to reproduce this bug.