fine-uploader handle custom data in response JSON -
hopefully simple issues, have missed in rtfm.
i have application integrating fine uploader, , have working in terms of uploading files server. issue need take action on client side each time user uploads file.
in short have hidden input field comma separated list of files have been been uploaded.
in json response server side implementation. of course including "success: true". in addition have entry called "file: /path/to/savedupload.file".
so when upload performed successfully, need know how call own method json response passed in can take care of managing hidden input element.
thanks in advance assistance! dustin
Comments
Post a Comment