You can't manually set only three properties for the FormData variable.
const asset = result.assets[0].file; const form = new FormData(); form.append("newimage", asset as any);
Using the whole file fixes the issue.