uploader icon indicating copy to clipboard operation
uploader copied to clipboard

Embed it in existing form with other inputs

Open harrysrevis opened this issue 7 years ago • 2 comments

Hello, i'd like to ask if it's possible to embed your script in existing form and pass the data through php controller. Something like codeigniter.

Thanks!

harrysrevis avatar Oct 25 '18 18:10 harrysrevis

Absolutely. You can start by embedding the HTML from one of the examples in your web page and loading the associated javascript and css files. I recommend combining the .js and .css files so you only load one of each.

SapientHetero avatar Nov 05 '18 21:11 SapientHetero

@SapientHetero Can i pass other input data too (and there are many of them :P )? Since i'm trying to do the "form.serialize()" function and images are not uploaded. Kinda new in jquery so i might do something wrong.

harrysrevis avatar Nov 08 '18 13:11 harrysrevis