我真的很喜欢 Restler3,但现在有一个问题。我想 POST 一个 ZIP 文件到服务器。只需一个简单的 HTML 表单。如果必须添加启用上传
$restler->setSupportedFormats('UploadFormat');
但如果这样做,所有 JSON-GET-Requests 都将不起作用。
Fatal error: Uncaught exception 'Luracast\Restler\RestException' with message 'UploadFormat is read only…
这就是错误信息。我应该怎么做才能解决这个问题?