Display images / Download images from many upload from

Display images / Download images from many upload from

SeppelchenSeppelchen Posts: 69Questions: 25Answers: 1

Hello, we had insert a many upload form.
If it is possible to display images from row if we press into xxx image(s). And if we can display images on ajax popup for example if it is also possible to display for each image a download button?

Hope you can help / provide a example :)

Answers

  • allanallan Posts: 61,787Questions: 1Answers: 10,115 Site admin

    You want to display a popup that shows the images on click? And also a download button for each image?

    That isn't functionality that DataTables or Editor provides, but I would suggest using something like Fancybox or one of the other many lightbox libraries available to display your images on click.

    For the download, you'll need to make a link that will send a request to the server that will then trigger a download using the Content-Disposition HTTP header. Again, not something that Editor provides natively, but you could write a little bit of code to do it.

    Allan

  • SeppelchenSeppelchen Posts: 69Questions: 25Answers: 1

    Hello Allan,
    could we pay 2 Support hours that you can build both? Press on xxx image(2) display the images into fancy box and provide a download link for view image too? We can't code that :(

This discussion has been closed.