Hello,
I'm using rails send_file function to download files but it doesn't work with big files because of the max response body limit. Is there anyway around that? I need to be able to download files from arbitrary locations because my docroot folder is on a read only file system. BTW the files can be bigger than 1GB so raising the response body limit wont work.
Any ideas?
Cheers,
henke
I'm using rails send_file function to download files but it doesn't work with big files because of the max response body limit. Is there anyway around that? I need to be able to download files from arbitrary locations because my docroot folder is on a read only file system. BTW the files can be bigger than 1GB so raising the response body limit wont work.
Any ideas?
Cheers,
henke
Last edited: