Azure functions upload file broken?

拜拜、爱过 提交于 2019-12-12 02:34:20

问题


When I upload function files via the portal, all files get this prefix

------WebKitFormBoundary2prVJaVBFIetixZM
Content-Disposition: form-data; name="file"; filename="index.js"
Content-Type: text/javascript

and this suffix

------WebKitFormBoundary2prVJaVBFIetixZM--

this used to work a couple of days ago.


回答1:


Cosmin,

The portal has been recently updated and it looks like this is a regression.

We've openeed this issue and will address the problem ASAP.

Thank you for reporting this!



来源:https://stackoverflow.com/questions/42137093/azure-functions-upload-file-broken

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!