Defect #307
Drop files with blanks in file name / in path don't work (Mac only)
0%
Description
Hello,
i've a simple form with the Drag&Drop File Bean and i'm on a Mac and want to drop a file, which contains blanks ('example file.pdf')
The onDrop method will be fired, but there are no dropped files in the parameter.
There's an empty array instead of.
When i rename the file to 'example_file.pdf' all works fine.
There's also the same problem, when there's a blank in the path to the file.
It seems that the file path isn't escaped correctly on Mac.
Thanks,
Alex
History
Updated by Alexander Stefan almost 14 years ago
I think it's related, because it's also a Mac issue :-)
But it's not directly related.
I've tested to drag 3 files, all with names without a blank, and only
the first file was dropped in the bean.
When i drag 3 files which has blanks in the file names, no files are
dropped in the bean.
Thanks for your help!
Updated by Alexander Stefan almost 14 years ago
Thank you for the quick fix!
All works fine now on Mac OS X! :)
Updated by Patrick Talbot almost 14 years ago
Alexander Stefan wrote:
Thank you for the quick fix!
All works fine now on Mac OS X! :)
Glad to know you've checked too and thanks for reporting!