This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
andre.mackmilan2758
Hi guys, I'm wondering, if could be possible, to make media finder widget or the file upload, to upload multiple files at the same time. I have searched the entire forum, but did not found any ideas or clues that let me do this. If anyone could help me, I'll be very pleased. Thnx in advance.
andre.mackmilan2758
With the help of friends at the IRC, my issue was resolved, just simple put a requirement in my model:
public $attachMany = [ 'images' => ['System\Models\File', 'order' => 'sort_order'] ];
The 'order'=>'sort_order', work like a charm, thnx jraw for the time.
1-3 of 3