提交 3718093c 编写于 作者: J Jeffrey Guenther

Updates direct download discussion

上级 c73001f4
......@@ -257,7 +257,7 @@ To create a download link, use the `rails_blob_{path|url}` helper. Using this
helper will allow you to set the filename and disposition.
```ruby
rails_blob_path(user.avatar, disposition: "attachment", filename: "avatar.jpg")
rails_blob_path(user.avatar, disposition: "attachment")
```
Create Variations of Attached Image
......@@ -334,11 +334,6 @@ directly from the client to the cloud.
NOTE: Is there more to using the direct upload than this? How does one associate
the result with the form submission, or does that happen automatically?
Implement Direct Download Link
------------------------------
TODO
Clean up Stored Files Store During System Tests
-----------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册