SoundCloud.API.Client
SoundCloud.API.Client copied to clipboard
Using same file path to all uploads, even audio files?
https://github.com/kipwoker/SoundCloud.API.Client/blob/7f86adcfda9f66b61df6730141f241a303342e36/SoundCloud.API.Client/Internal/Infrastructure/Objects/Uploading/File.cs#L15-L23
Do you have trouble with this? It's only used for
part.Headers["Content-Disposition"] = "form-data; name=\"" + file.FieldName + "\"; filename=\"" + file.Path + "\"";
Nothing critical, just strange to use an image name for an audio file
The issue may be closed if you so wish