I am using a script called Uploadify to upload multiple images. The script is a combination of Flash and jQuery functions, the Flash being an SWF uploader.
The uploader then sends the image to a processing PHP script. In this script, we want to use JSON to return data to the original page.
Is there any method that comes to mind that we could determine the URL of the PHP page that holds the SWF uploader, since the uploader just includes the PHP and trying to find the REQUEST is always NULL.
Thanks in advance!