I’m looking for a quick solution for multi file upload with rails_admin.
Any ideas or solutions out there?
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.
The approach I’d take here is to develop a custom action which would include it’s own view and controller processing.
You can generate a rails_admin plugin with the directions at the top of the page here.
And here are some examples of custom actions I’ve built out:
The import plugin has a supporting blog article here. This is the file you want to look at where you add your upload behavior inside the :controller instance option.