Files not uploading

  •  02-17-2011, 7:00 AM

    Files not uploading

    I've a simple control like this
     
    <CuteWebUI:Uploader runat="server" ID="Uploader1" InsertText="Upload Multiple Files"
                            MultipleFilesUpload="true" OnUploadCompleted="Uploader_FileUploaded">
                              
                            </CuteWebUI:Uploader>
     
    and it works fine. However, for 1 client, nothing happens after selecting the files.  The steps are
     
    1. Click the upload button
    2. Double click one of the files in window
    3. Nothing happens
     
    There is no error or progress bars. Nothing happens after the file(s) are selected. Under what kind of circumstances could this happen?
View Complete Thread