When I upload a file using the Rest API, ,tiggzi adds a guid as a prefix of the file name?
e.g. photo.jpg - aaa-ggff-ddd....photo.jpg
How can I remove the extra characters from the uploaded file name ?
When I upload a file using the Rest API, ,tiggzi adds a guid as a prefix of the file name?
e.g. photo.jpg - aaa-ggff-ddd....photo.jpg
How can I remove the extra characters from the uploaded file name ?
I believe that's done by MongoDB.. so don't think there is an option to remove it. You can create a new column and save a more user friendly name there.
Hi Max,
I created a Collection files_saved. with file_name field
How can I get the filename uploaded to save on my new collection?
The reason is to automatically download the images from the database/
Thank you and have a nice weekend ![]()
You would need to do a POST into that collection, with the name of the file.