Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Restler 框架实现文件上传的最佳实践是什么?
我喜欢通过 API 调用将文件保存在 CDN 中并将 CDN 文件 URL 返回给调用者。实施它的最佳方法是什么?
这需要两个步骤,首先是获取API服务器上的文件。
UploadFormat
$_FILES
move_uploaded_file
现在您在服务器上拥有该文件