Hey!
I am cheating a bit with iFrames to create an illusion of AJAX-uploading. When the upload is complete I need to communicate information about the file that was uploaded to the main frame and list it.
If I have the following UL in the main frame and a JS-variable in the iFrame named filename, how can I append file_name to the list?
<ul id="uploaded_files">
<li>My_file_name.jpg</li>
</ul>