ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
832 stars 181 forks source link

Pick file from media manager(pop up window) #157

Closed wei-jinn closed 4 years ago

wei-jinn commented 4 years ago

Greetings ctf0.

I am developing a feature that allows user to pick profile photo from Laravel-Media-Manager, with the flow below:

  1. Click button "select photo from Media Manager"
  2. Media Manager interface pops up, now user can select any photo from here.
  3. Select a photo, and click confirm(newly added button on Media Manager). Then the file path is inserted into the user database under column "profile_photo_path"
  4. User will be direct to the same page where he/she clicks to pick a profile photo.
  5. Done.

Do you have any suggestion on making this happen? Thank you.

By the way, your media manager is fantastic in term of both visual design and function! Salute!

ctf0 commented 4 years ago

thanx for the kind words, i believe what u want is already in the wiki