I’m developing a website, and want to create a directory after the user username, what is going to be the email address (so I don’t have to generate new ɪᴅs, etc)
I’ve made some tests and it seems to work fine. Also, I didn’t find any documentation against using the “@” in a directory, but could I find some problem in the future with this approach?
I mean, might some browser not be able to upload images from this directory, or some other problem?
no.. there should be no problems.. browsers are trying to read the file and they don’t care that much about the title only file content… (header matters)
So.. there should be no problem…