> originally A:sí-lucían-antes-Los-Simpson but I get try to delete the fille > it show me an alert, in the directoy it is stored like this: > AsÃ-lucÃan-antes-Los-Simpson so strange
First of all, colons are invalid in filenames on Windows (they separate drive letters from paths). The other stuff is unicode-related. The i-acute is actually present in Latin, so but something tells me you have your encoding messed up somewhere (or everywhere). Tell us more about the roundtrip this filename takes -- what does it look like coming off the directory traversal to PHP, on the wire to browser, in the browser, back on the wire, back in PHP. -- S.
