Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.94k stars 441 forks source link

Azure Functions - POST request with file using form-data #1794

Open voiply-fyanko opened 7 years ago

voiply-fyanko commented 7 years ago

We've been unable to assign file input in a POST request (with a file) to a variable. Currently testing with PHP script but have tried using Node.JS as well.

christopheranderson commented 7 years ago

Thanks. We need to investigate how to support file types as part of HTTP.

docluv commented 6 years ago

I am trying to figure out how to upload a file to a function. Am I in the right place? If so have you enabled file upload yet? I know how to do this using AWS API Gateway and Lambdas, pretty straight forward there...#justsaying

itzikorfa commented 5 years ago

Hi Is there a solution for this problem? I want to create a form that send data to azure function this form contains file. How do I upload it to the function?