Anybody can recommend a good library to use for:
- Upload document (Office, PDFs and others)
- Download document
- Render Thumbnail and preview doc in the browser
It would be best to have all of the above but 1 and 2 is good too
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Paperclip and CarrierWave are two popular uploading libraries.
Downloading doesn’t require anything special; use send_file.
Not sure what the canonical Rails doc preview would be.