forked from trent_larson/crowd-funder-for-time-pwa
fix error sharing image and failing to upload, fix upload in webkit/safari, and test it
This commit is contained in:
@@ -350,6 +350,7 @@ export default class PhotoDialog extends Vue {
|
||||
const token = await accessToken(this.activeDid);
|
||||
const headers = {
|
||||
Authorization: "Bearer " + token,
|
||||
// axios fills in Content-Type of multipart/form-data
|
||||
};
|
||||
const formData = new FormData();
|
||||
if (!this.blob) {
|
||||
|
||||
Reference in New Issue
Block a user