I'm still confused on the correct setup.
So in the "Registered Flash Uploader settings" tab on a specific configuration setting. In the "Enable Javascript upload call" parameter you have "status.php" entered.
Then there is a php file called "status.php" in the correct directory which is coded to display some information, correct?
So then the javascript should look like "function uploadFinished(loc)", correct?
In the end I'd like to have happen is just have an alert box display telling the user the uploads have completed and I'm not sure how to do this based on the example.
|