Base solution for your next web application
Open Closed

Make a gallery #1297


User avatar
0
arslanali created

Hi, Can you please tell me how to upload an images and displayed them as a gallery !


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    For the file upload, you can check ChangeProfilePicture action of ProfileController and changePicture.js for the client side. For the image gallery, if you are building a SPA, you can use somethin like this <a class="postlink" href="https://github.com/SchwarzwaldFalke/ngGallery">https://github.com/SchwarzwaldFalke/ngGallery</a>.

  • User Avatar
    0
    arslanali created

    hey, Thankyou for sharing, its worth appreciating