innostudio / fileuploader

Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
141 stars 25 forks source link

Gallery by Id's #74

Closed fagnerao closed 2 years ago

fagnerao commented 2 years ago

I would like to add a "data-id-page" on input file and save it at database the gallery. On this way I can do galleries by pages.

fagnerao commented 2 years ago

beforeSend: function(item) { item.upload.data.page_id = $(...).attr('data-page-id') }