1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Updates direct download discussion

This commit is contained in:
Jeffrey Guenther 2017-11-20 17:09:28 -08:00
parent c73001f4b7
commit 3718093c83

View file

@ -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. helper will allow you to set the filename and disposition.
```ruby ```ruby
rails_blob_path(user.avatar, disposition: "attachment", filename: "avatar.jpg") rails_blob_path(user.avatar, disposition: "attachment")
``` ```
Create Variations of Attached Image 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 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? the result with the form submission, or does that happen automatically?
Implement Direct Download Link
------------------------------
TODO
Clean up Stored Files Store During System Tests Clean up Stored Files Store During System Tests
----------------------------------------------- -----------------------------------------------