Modify image obtained from loopback-component-storage
问题 I am using loopback for storing Image to the server . I want to modify the file name of the file before getting saved to the server. Also I want to convert it to another thumbnail form before getting saved. Here is how I am doing. At client side Upload.upload( { url: '/api/containers/container_name/upload', file: file, fileName: "demoImage.jpg", //Additional data with file params:{ orderId: 1, customerId: 1 } }); At Server Side I am receiving the query "params" but not getting the "File Name"