Re: Upload Files to a Network Based Virtual Directory

  •  06-03-2009, 10:57 PM

    Re: Upload Files to a Network Based Virtual Directory

    Hi,
     
    set the TempDirectory property to "\\server\folder"
      for web.config is
       <add key="CuteWebUI.AjaxUploader.TempDirectory" values="\\share\folder" />
     
    That's enough.
     
    but that is for storing the temporary files, (xxx.resx) , you need copy it to another place while processing the FileUploaded event.
     
    Regards,
    Terry
View Complete Thread