Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top