mohjacksi's avatar

Multi file upload in specific order

Hello, I'm using Laravel-medialibrary for uploading images/files but for now I need to upload about 10 files per post. The file I upload I need to make it sortable, like make it in specific order and this order is editable in future.

0 likes
6 replies
mohjacksi's avatar

@Snapey I didn't get your question sorry, the file are between 2 to 20 files per post. The user have to order them in the upload form

Snapey's avatar

@mohjacksi You write code, you find problems, we review problems

We don't write the code for you.

Start by saving the images with an incrementing 'order' column

2 likes
mohjacksi's avatar
mohjacksi
OP
Best Answer
Level 4

@Snapey hhhh, sure I'm writing the code, and thank you for your point. Here I'm looking for a ready made solution like spaite Laravel-medialibrary, Actually I found it in the pro version of it. thank you

jlrdw's avatar

I would add, don't worry about the uploads, just allow the user to order by at runtime.

2 likes
mohjacksi's avatar

@jlrdw The admin should order the files, when it get shown in the front end it should have the right order for the end user because he don't know the right order!

Please or to participate in this conversation.