As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #1094398
Upload multiple attachments
Closed

Comments

  •  11
    Issac started the conversation

    Is it possible to add multiple attachments (ex. pdfs) in one cell? Currently, I can only upload one file per cell, can I do it without using html editor input type if possible?

    If not, how hard to do the customization?

    Thanks!

  • [deleted] replied

    Hi issacchua,
    Thank you for the purchase.

    Unfortunately something like this is not possible out of the box. It is pretty hard to achieve something like this especially because there should be ajax call for removing and adding each file separately and probably custom uploader should be implemented instead of WordPress native uploader.

  •  11
    Issac replied

    Hi Milos,

    What I meant is not uploading the files simultaneously, what I would like to achieve is when I select multiple files (instead of one file) in media library, it will have the link for each selected file prepared line by line in the cell. For example, when I select multiple files, the end result in the cell might look like this:

    Attachment 1, Attachment 2, Attachment 3

    Thanks a lot!

  • [deleted] replied

    Hi issacchua,

    I understand, but unfortunately something like this requires custom coding. If you are famialiar with JS you can take a look at fileUploadInit function in ../wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.js