Re: Upload photo to database?

  •  12-17-2008, 4:30 AM

    Re: Upload photo to database?

    Hi,
     
    I have an empty  FileUploaded() method and no explicit copyto anywhere but the uploader always says "unable to find the uploaded file in the directory .../UploaderTemp" on an attempted upload

    Control is just:
     
      <CuteWebUI:Uploader ID="ctlFormUpload"                                                                       
              OnFileUploaded="ctlFormUpload_FileUploaded" runat="server"
              FileTypeNotSupportMsg="Please upload only .doc or .docx files"
       >
       <validateoption maxsizekb="10240" AllowedFileExtensions="doc,docx" />
        </CuteWebUI:Uploader>
View Complete Thread