How to access the JSON data returned by AutoInlineUploader?

Siropu

Well-known member
I'm using the AutoInlineUploader to upload images and I'm returning some JSON data after the upload is complete. How can I access this data?
 
Anyone?
Basically I want to display the image after has been uploaded, just like the attachment function displays the files. Can I use a javascript callback or something with AutoInlineUploader? I want to be able to use the JSON data returned after uploading is complete.
 
Top Bottom