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

After upload :

UPPPPPPPPPPPP PLEASE HELP ME
![]()
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