Hi,
I used file upload control in one of my apps. I saved all files in one folder (per person) in web server. Each person has their own folder in web server.
File name is saved as same as original name. but i heard that, file name cannot be keep as original name for some reasons.
is it necessary? how abt folder name? need to be changed? what is the best practice?
apart from security condition, any other reason for it?
If i want to keep different name what format would u suggest? hashing or date/time format? how abt downloading of file? show original name?
Thanks!