loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support specifying method in WebUpload

alienisty opened this issue · comments

Sometimes is necessary to use a method other than POST when uploading a file to a server, according to its implementation of the upload handling.
I would like to propose to add an optional Method attribute to the target so that a method other than POST can be specified, leaving POST as the default one, if the attribute is not specified.