views:

35

answers:

1

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!

+1  A: 

I know this doesnt answer your question but i spent a long time messing around with uploadify and in the end ditched it and used plupload which seems much better..

Haroldo
Valid point :) thanks.
gamerzfuse