How to make the file name after upload not changed? VeliovGroup/Meteor-Files

I am using FileCollection to upload data, but I see the original file name is changed after upload, how to fix it?
default name :
image
After upload :
image

UPPPPPPPPPPPP PLEASE HELP ME :smiling_face_with_tear: :smiling_face_with_tear: :smiling_face_with_tear:

If you’re using FilesCollection#insert(settings, autoStart); on the client then try to add settings.fileName {String}.
I saw it in this document: Meteor-Files/insert.md at master · veliovgroup/Meteor-Files · GitHub

1 Like

i’ve already tried but it’s only for base64 uploads

i tried settings.fileId and it’s work

1 Like