Firt of all I have some kind of fancyupload, I can upload files in a directory, and then I can list files from the directory, for each file listed I put a delete link that is what I was trying to get, now my problem is that with the accents in the file, once I listed a file with that characteristics I can not delete it, but now I am having troubles because my page does not work in IE and Chrome, but in firefox it works perfect.
On Mon, Aug 1, 2011 at 1:26 PM, Sanford Whiteman < [email protected]> wrote: > > 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. > >
