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

I have the question with input hidden fileuploader-list-files #35

Closed jonyram1988 closed 5 years ago

jonyram1988 commented 5 years ago

Hi guys,

How can custom attr value the input hidden fileuploader-list-images with jquery in the success function.

My php file upload image generate json with function php json_encode.

$data = array('fileRouteFromStatic'=> $fileRouteFromStatic, 'fileRouteName'=> $this->slugify($fileName).'.'.$fileExtension);

But with can custom this attr...

image

Regards