Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

messy url

Comments

  • Registered Users, Registered Users 2 Posts: 7,742 ✭✭✭mneylon


    Using spaces in filenames is not a good idea. You have no way of knowing how people running an OS other than windows will handle them.
    If I wanted to wget that file onto my laptop I would have problems.


  • Closed Accounts Posts: 2,525 ✭✭✭JustHalf


    You should use the second form as a link. Spaces are URL encoded to ascii codes. 20 is the hex code for a regular space (decimal of 32).

    You should always encode your URLs. One thing you should also look out for is ampersands, which should be encoded as &


  • Registered Users, Registered Users 2 Posts: 453 ✭✭dead air


    its not necessary, but I try to keep all my file names under 8 letters with no spaces whenever I can. At least for longer file names with spaces, use an underscore instead when naming your file.

    for example:

    http://www.cwu.ie/ejournal/connect_august_2004.pdf


Advertisement