Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I have tried all the solutions but to no avail.</p> <p>There are 3 instances of uploadify in the page.</p> <p>As shown in the image there is a dialog box or overlay div over the main page. When I click over the SELECT FILES it does not display the browse dialog box</p> <p><a href="http://lh5.ggpht.com/cZ-V3g6IwQ2ke-9NDfv3GYh8ra9YypCs4V60Md_s7W3Rawzg2IcT2WT9HoqX40kaSstF=s170" rel="nofollow">http://lh5.ggpht.com/cZ-V3g6IwQ2ke-9NDfv3GYh8ra9YypCs4V60Md_s7W3Rawzg2IcT2WT9HoqX40kaSstF=s170</a></p> <p>This are the source code for the page</p> <pre><code> &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta name="generator" content= "HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" /&gt; &lt;title&gt;&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="upload_vi" style= "background-color:#e8e8e8; border: 1px solid rgb(0, 0, 0); position:absolute; display:none; width:280px; padding: 4px;" class="ui-draggable"&gt; &lt;div style="padding:5px;"&gt; &lt;a id="close" onclick="$('#upload_vi').hide()" style="color:#888888; float: right" name="close"&gt;&lt;img src="images/close_btn.jpg" border="0" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;br /&gt; &lt;form id="fiuploader2" name="fiuploader2"&gt; &lt;input type="hidden" name="edit_item_id2" id="edit_item_id2" value="" /&gt;&lt;br /&gt; &lt;input type="hidden" name="spicname2" id="spicname2" value="" /&gt;&lt;input type= "hidden" name="sorgname2" id="sorgname2" value="" /&gt; &lt;input type="file2" name= "file2" id="file2" style="display: none;" /&gt;&lt;object type= "application/x-shockwave-flash" data="/js/uplodify/uploadify.swf" width="120" height="30" id="file2Uploader" style="visibility: visible;"&gt; &lt;param name="quality" value="high" /&gt; &lt;param name="wmode" value="transparent" /&gt; &lt;param name="allowScriptAccess" value="sameDomain" /&gt; &lt;param name="flashvars" value= "uploadifyID=file2&amp;amp;pagepath=/members/&amp;amp;script=http://localhost/members/multiSrv.php&amp;amp;folder=/files/cityguide/&amp;amp;scriptData=asy_up%3D1%26cityguide%3D1%26video%3D1&amp;amp;width=120&amp;amp;height=30&amp;amp;wmode=transparent&amp;amp;method=POST&amp;amp;queueSizeLimit=1&amp;amp;simUploadLimit=1&amp;amp;fileDesc=Videos (.avi, .flv)&amp;amp;fileExt=*.avi;*.flv&amp;amp;sizeLimit=2000000&amp;amp;fileDataName=Filedata" /&gt; &lt;/object&gt; &lt;div id="file2Queue" class="uploadifyQueue"&gt;&lt;/div&gt;&lt;br /&gt; &lt;a onclick="$('#file2').uploadifyUpload()" style= "color: darkblue; font-size: 12px; cursor: pointer; cursor: hand; text-decoration: underline;"&gt; &lt;b&gt;Upload&lt;/b&gt;&lt;/a&gt;&lt;br /&gt; &lt;div id="hlptxt2"&gt; Please choose a .avi, .flv file.&lt;br /&gt; Maximum size 2MB &lt;/div&gt;&lt;br /&gt; &lt;input type="hidden" name="type2" id="type2" value="videos" /&gt; &lt;/form&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload