Don't think it's necessary to include a name but the upload is failing for some reason

This commit is contained in:
barelyprofessional
2025-12-25 12:33:31 -06:00
parent 4b58cc9eae
commit e602391bd7

View File

@@ -33,7 +33,7 @@ public static class Zipline
using var formContent = new MultipartFormDataContent();
var fileContent = new StreamContent(content);
fileContent.Headers.ContentType = mimeType;
formContent.Add(fileContent);
formContent.Add(fileContent, "upload", Money.GenerateEventId());
client.DefaultRequestHeaders.TryAddWithoutValidation("Authorization", settings[BuiltIn.Keys.ZiplineKey].Value);
if (expiration != null)
{