File Upload #169

Closed
opened 2025-12-29 14:24:16 +01:00 by adam · 3 comments
Owner

Originally created by @Beaverkilla on GitHub (Apr 8, 2019).

Originally assigned to: @StefH on GitHub.

Wiremock supports file uploading/downloading/deletion through the path __admin/files/{filename}, it'd be good if there was a WireMock.Net equivalent for file operations while testing etc.

Originally created by @Beaverkilla on GitHub (Apr 8, 2019). Originally assigned to: @StefH on GitHub. Wiremock supports file uploading/downloading/deletion through the path __admin/files/{filename}, it'd be good if there was a WireMock.Net equivalent for file operations while testing etc.
adam added the feature label 2025-12-29 14:24:16 +01:00
adam closed this issue 2025-12-29 14:24:16 +01:00
Author
Owner

@JackCreativeCrew commented on GitHub (Apr 8, 2019):

I've written some code to enable GET/PUT/DELETE for files to this endpoint.

EDIT: https://github.com/WireMock-Net/WireMock.Net/pull/266

@JackCreativeCrew commented on GitHub (Apr 8, 2019): I've written some code to enable GET/PUT/DELETE for files to this endpoint. EDIT: https://github.com/WireMock-Net/WireMock.Net/pull/266
Author
Owner

@StefH commented on GitHub (Apr 8, 2019):

@Beaverkilla good idea!
@JackCreativeCrew thanks for the initial code

I did update the code, and also added a PostFile.
Can you review PR?

@StefH commented on GitHub (Apr 8, 2019): @Beaverkilla good idea! @JackCreativeCrew thanks for the initial code I did update the code, and also added a PostFile. Can you review PR?
Author
Owner

@StefH commented on GitHub (Apr 11, 2019):

Code is merged to master, a new NuGet will be created today....

@StefH commented on GitHub (Apr 11, 2019): Code is merged to master, a new NuGet will be created today....
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#169