Currently I have created a form, through which image files are uploaded to the corresponding google cloud storage bucket. But the stored image_name is different than the actual file name.. For ex, if I upload foo.jpeg
, it turns into a filename of mixed upper and lowercase letters. But the content remains the same..
What I need to keep the uploaded file name as it is?