E.g., if I have
http://ipfs.io/ipfs/QmRZ97nBLWfjB9FcFLH48RuijWQwk3JUvRFrn1Wr5suZ11
Is there a way to make ipfs.io generate a Content-Disposition + filename header?
The text was updated successfully, but these errors were encountered:
Only if you've wrapped it in a directory -- e.g.:
> ipfs add -w file.txt > ipfs add -r .
Sorry, something went wrong.
I'm wrapping directories with: ipfs add -rw directory/ which is exactly what I need.
ipfs add -rw directory/
This issue was moved to https://discuss.ipfs.io/t/is-it-possible-to-attach-a-file-name-to-a-ipfs-io-url/474
No branches or pull requests
stefanv commentedApr 15, 2016
E.g., if I have
http://ipfs.io/ipfs/QmRZ97nBLWfjB9FcFLH48RuijWQwk3JUvRFrn1Wr5suZ11
Is there a way to make ipfs.io generate a Content-Disposition + filename header?
The text was updated successfully, but these errors were encountered: