Issue with uploading file

Figured out I needed to add a fileType property on this line:

form.append(‘data’, JSON.stringify({name: asset.name, fileType: asset.fileType}));