Inkstone

Results 5 comments of Inkstone

![image](https://user-images.githubusercontent.com/56574869/190963087-6728998b-4072-40eb-a9a8-fc104c866927.png) like this. filepath: "/var/folders/vc/zkpz6wr15z14ln1z1rzy59yw0000gp/T/egg-multipart-tmp/node-egg/2022/09/19/14/d28b2e6d-24a1-4b3b-a427-a678153de8d0" If I don't compress it: ![image](https://user-images.githubusercontent.com/56574869/190963338-e282a512-cb1d-4003-8f81-794e3a658180.png) filepath: "/var/folders/vc/zkpz6wr15z14ln1z1rzy59yw0000gp/T/egg-multipart-tmp/node-egg/2022/09/19/14/49744730-7b75-40d1-96ff-b4b25867d47f.jpg" This is the data information received at the Node back end.

This is because the server needs to perform type verification, and because of the project itself, only the file suffix of filepath can be used for verification. So the absence...

I found out what the problem is. This is because the blob file is generated after compression. Filename defaults to blob when we upload. There is no suffix. So the...

Perhaps the author could modify his filename directly while generating the blob. CanvasToFile in utils.js. There is a file conversion after BLOb generation. Do a file conversion before the return...