He guys
Does anybody know how to replace certain words from uploaded file name with underline or something?
for example assume that we are not going to allow this words to be included in a file name:
word1, word2, word3 etc
so if a user uploads a file named 'software.word1.x64.exe', it will be changed to 'software._.x64.exe'
Thanks
Does anybody know how to replace certain words from uploaded file name with underline or something?
for example assume that we are not going to allow this words to be included in a file name:
word1, word2, word3 etc
so if a user uploads a file named 'software.word1.x64.exe', it will be changed to 'software._.x64.exe'
Thanks