Link to home
Start Free TrialLog in
Avatar of gswitz
gswitz

asked on

C# Web API Method to receive a BLOB object

I'm not sure what the web api method should look like.

I want to create a web api method where I can get the blob into an object in C# which I can then insert into Oracle.

So, how do I create a Web API method that an app can call to upload a blob (that will then be inserted into Oracle).

The converse is also needed. How do I write a C# web api method to return the blob to the application?
SOLUTION
Avatar of Randy Downs
Randy Downs
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gswitz
gswitz

ASKER

Thanks!