squidsarefriends@feddit.de to Asklemmy@lemmy.ml · edit-21 year agoIs it still necessary to use _ while naming files?message-squaremessage-square42fedilinkarrow-up189arrow-down14file-text
arrow-up185arrow-down1message-squareIs it still necessary to use _ while naming files?squidsarefriends@feddit.de to Asklemmy@lemmy.ml · edit-21 year agomessage-square42fedilinkfile-text
minus-squareJakylla@sh.itjust.workslinkfedilinkEnglisharrow-up25·edit-21 year agoAlso, hasn’t been said yet, but when a file name with a space is uploaded to the net, the url will replace spaces with “%20” (for technical reasons), making the URL looking bad (but still not mandatory to replace spaces by underscodes) Example: http://example.com/the file 42.png vs http://example.com/the_file_42.png
Also, hasn’t been said yet, but when a file name with a space is uploaded to the net, the url will replace spaces with “%20” (for technical reasons), making the URL looking bad
(but still not mandatory to replace spaces by underscodes)
Example: http://example.com/the file 42.png vs http://example.com/the_file_42.png
Ohhhhhhhhhhh, neat.