FileUploadField can't work

  1. #1

    FileUploadField can't work

    I put the FileUploadField into a table td tag.And when I click the Browse button.The choose file dialog does not show.Why?

    This is my code:
    <table>
            <tr>
                    <td>
                        <ext:FileUploadField ID="FileUploadField3" runat="server">
                        </ext:FileUploadField></td>
                    </td>
                </tr>
            </table>
  2. #2

    RE: FileUploadField can't work

    Read somewhere else that html tables interfere with the javascripts generated by coolite framework
    Try a different approach

    rgds

Similar Threads

  1. [CLOSED] FileUploadField doesn't work as should
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 23
    Last Post: Jul 16, 2012, 4:40 PM
  2. Replies: 7
    Last Post: Oct 14, 2011, 9:59 AM
  3. Replies: 7
    Last Post: Mar 28, 2011, 4:51 PM
  4. FileUploadField
    By matthaus in forum 1.x Help
    Replies: 0
    Last Post: Jun 01, 2009, 6:05 AM
  5. Replies: 2
    Last Post: Mar 16, 2009, 1:50 PM

Posting Permissions