weixin_33709364 2018-10-18 20:44 采纳率: 0%
浏览 439

api返回文件C#

my question is I am connecting with an api and this give me a file response.

this is the result file in my api

result.Content.Headers.ContentType = new MediaTypeHeaderValue("application/octet-stream");

return result;

and i use this ajax to call the api

        $.ajax({
        type: 'GET',
        url: "http://localhost/api/Piezas/Imagen/" + @Model.PiezaId,
        contentType: "application/octet-stream",
        success: function (datos) {
            //$("#image").attr("src", "data:image/png;base64," + datos);
        }
    });

that file is an image.the question is how can i converted to used or assigned to an img src="" maybe using jquery.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥40 复杂的限制性的商函数处理
    • ¥15 程序不包含适用于入口点的静态Main方法
    • ¥15 素材场景中光线烘焙后灯光失效
    • ¥15 请教一下各位,为什么我这个没有实现模拟点击
    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码