Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added overloaded Method for "PutBlockBlob" #9

Merged
merged 2 commits into from
Dec 22, 2014

Conversation

mobernberger
Copy link
Contributor

I have added an overloaded Method of the "PutBlockBlob" Method to support all file types by changing the last parameter to a Byte Array. I have tested it with three different file types, so this should work ok.

I have also changed the HTTP Verb in the two Methods from "GET" to "PUT" to work correctly with the Blob Storage.

Michael

Added an overloaded Method of "PutBlockBlob" to enable it to directly
upload a Byte Array (example: pictures).
AndyCross added a commit that referenced this pull request Dec 22, 2014
Added overloaded Method for "PutBlockBlob"
@AndyCross AndyCross merged commit da22633 into azure-contrib:master Dec 22, 2014
@AndyCross
Copy link
Member

Thanks @mobernberger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants