Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

messy url

Comments

  • Registered Users, Registered Users 2 Posts: 7,740 ✭✭✭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