Using the Paperclip gem with rails and whenever I upload a .ai file it converts to a txt file on aws s3. How do I have it upload the file without any processing so when I download it is still an .ai file?

有帮助吗?

解决方案

Ended up using the gem "paperclip-dropbox" which works perfectly. Available here: https://github.com/janko-m/paperclip-dropbox

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top