Christopher Smith / 08.3.14 / 3:06 PM wrote: >I had a friend set up an FTP site for me so I could upload PDFs of >charts that a band out of town could download at their leisure with >their browsers. He told me not use spaces in the filenames. Oops, >about 200 files were already created, WITH spaces (as Finale defaults >to on Mac).
It is fine as long as server is capable of converting hex value 20 to white space, or it will be displayed as %20, which might make file name string difficult to read. The real issue is when you give the direct hyperlink to someone by email. The space character will brake the hyperlink. Here is my tool for free :-) <http://puter.a-no-ne.com/en/node/69> -- - Hiro Hiroaki Honshuku, A-NO-NE Music, Boston, MA <http://a-no-ne.com> <http://anonemusic.com> _______________________________________________ Finale mailing list [email protected] http://lists.shsu.edu/mailman/listinfo/finale
