posted 16 years ago
Actually i am trying to upload a file to my .jsp page so i am checking is working on all three browsers in mozzila ,fixefox and iexplorer . In Safari it is not working , rest both browsers it is working fine that is file upload is working fine
<blockquote>code:
<pre name="code" class="core"> <a href="#" onKlick="window.open('resources/html/help_upload.htm','help','scrollbars=yes,resizable=yes,width=500,height=400')">
<div class="addSearchBoxInstr">Browse for your RIS file: <br>
<input name="file" type="file" title="Browse" size="50" alt="Browse" class="focus">
</pre>
</blockquote>