Topic: Returning data from upload.php?
I have a fairly straightforward need. I am trying to modify the upload.php script to do some business logic and return information about the file to javascript for display to the user.
It looks like JSON-RPC is used? Does anyone know how I can return my own custom information...and how I access it in javascript @ the "FileUploaded" event?
thanks!