Select file and upload

no-image-available Select

File will not upload to actual server right now,
However when you put your actual api url then file will upload to sever.

Upload.upload({
    url: 'path-your-api-url',
    data:  {
		logo: Upload.dataUrltoBlob(dataUrl, file.name)
	},
});

Replace url: 'path-your-api-url' with you actual url.

Crop image

close
Select Upload