SoundCloud.API.Client icon indicating copy to clipboard operation
SoundCloud.API.Client copied to clipboard

Using same file path to all uploads, even audio files?

Open gustavorps opened this issue 6 years ago • 2 comments

https://github.com/kipwoker/SoundCloud.API.Client/blob/7f86adcfda9f66b61df6730141f241a303342e36/SoundCloud.API.Client/Internal/Infrastructure/Objects/Uploading/File.cs#L15-L23

gustavorps avatar May 21 '19 16:05 gustavorps

Do you have trouble with this? It's only used for

part.Headers["Content-Disposition"] = "form-data; name=\"" + file.FieldName + "\"; filename=\"" + file.Path + "\"";

kipwoker avatar May 24 '19 13:05 kipwoker

Nothing critical, just strange to use an image name for an audio file

The issue may be closed if you so wish

gustavorps avatar May 27 '19 15:05 gustavorps