1
Hi, I have a some code that uploads a file through a form in a popup window. The uploading part works. Now what I want is to show the name of the file uploaded in the original window.
Here's the javascript from the original window
echo "n";
And here's the form from the popup window:
Please help!