Hi @dr-dimitru
I was trying to give fileName:'manutest.jpg', , Its not working
var file = template.find('.image-upload-class').files[0];
if (file) {
var uploadInstance = Images.insert({
file: file,
fileName:'manutest.jpg',
streams: 'dynamic',
chunkSize: 'dynamic'
}, false);
How can I specify the file name during insert?, Is there is any way out? I want to change the filename to different name and don't want to keep default name.
Any Possibility?
Thanks and Best Regards,
Manu
Hi @dr-dimitru
I was trying to give fileName:'manutest.jpg', , Its not working
How can I specify the file name during insert?, Is there is any way out? I want to change the filename to different name and don't want to keep default name.
Any Possibility?
Thanks and Best Regards,
Manu