0
我真的很喜歡Restler3,但現在出現了問題。 我想POST一個ZIP文件到服務器。只需通過一個簡單的HTML表單。 要啓用上傳,如果要加Restler3-POST上傳(zip)文件
$restler->setSupportedFormats('UploadFormat');
但如果這樣做,所有的JSON-GET-的要求是不會工作。
Fatal error: Uncaught exception 'Luracast\Restler\RestException' with message 'UploadFormat is read only…
這是錯誤信息。我應該怎麼做才能解決這個問題?