This commit is contained in:
@@ -2280,7 +2280,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
formDataContent.Add(AttachmentFile);
|
formDataContent.Add(AttachmentFile);
|
||||||
|
|
||||||
//Upload
|
//Upload
|
||||||
var a = await util.PostFormDataAsync("Attachment", formDataContent);
|
var a = await util.PostFormDataAsync("attachment", formDataContent);
|
||||||
//Map it for later processing of wiki
|
//Map it for later processing of wiki
|
||||||
//attachment upload route returns all attachments for this object in file name order
|
//attachment upload route returns all attachments for this object in file name order
|
||||||
//so need to find *our* most recent uploaded attachment so need to find the highest raven id number
|
//so need to find *our* most recent uploaded attachment so need to find the highest raven id number
|
||||||
@@ -2367,7 +2367,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
formDataContent.Add(AttachmentFile);
|
formDataContent.Add(AttachmentFile);
|
||||||
|
|
||||||
//Upload
|
//Upload
|
||||||
await util.PostFormDataAsync("Attachment", formDataContent);
|
await util.PostFormDataAsync("attachment", formDataContent);
|
||||||
//No need to map it or save response as long as it works that's all that matters
|
//No need to map it or save response as long as it works that's all that matters
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user