I made a form to upload a file, it was working, but when I made a few tests there was sometimes where it didn't worked very well, after hours arguing against my own code I notice that the problem was the name of the file I was trying to upload, it had parentheses like blablabla(1).png
,
what can I do to avoid this trouble?
Thanks in advance.