I'm trying to upload an image to my amazon S3 bucket with transloadit.
The filename of my image is for example like this: 07062008(001).jpg
As you can there are 2 '(' in it. And when I check the image on Amazon the filename is 07062008_001_.png
. He changes the (
in _
.
I don't think this is a bug in transloadit because when I check the filename where I save it in the database it shows 07062008(001).jpg
.
Anybody had this before and can help me?