【问题标题】:Restler3- POST Upload (zip) FilesRestler3- POST 上传 (zip) 文件
【发布时间】:2013-07-22 17:42:29
【问题描述】:

我真的很喜欢 Restler3,但现在有一个问题。 我想 POST 一个 ZIP 文件到服务器。只需一个简单的 HTML 表单。 如果必须添加则启用上传

$restler->setSupportedFormats('UploadFormat');

但如果这样做,所有 JSON-GET-Requests 都将不起作用。

Fatal error:  Uncaught exception 'Luracast\Restler\RestException' with message 'UploadFormat is read only…

这是错误信息。我应该怎么做才能解决这个问题?

【问题讨论】:

    标签: post file-upload readonly


    【解决方案1】:

    我也有这个问题。将我的代码更改为此有效:

    $r->setSupportedFormats('UploadFormat','JsonFormat');
    

    【讨论】:

      猜你喜欢
      • 2013-08-04
      • 2014-04-16
      • 1970-01-01
      • 1970-01-01
      • 2016-11-29
      • 1970-01-01
      • 2021-10-22
      • 2012-11-09
      • 2010-11-27
      相关资源
      最近更新 更多