Search

You searched for the word(s):
< 1 second(s)
  • Upload Events

    Are there any&nbsp;events that fire when the file is done uploading I can use to start another process?
    Posted to Ajax Uploader (Forum) by dkyle on May 9, 2008
  • Re: Saving Uploaded File

    Found the code and it works fine... just didn't see it before. Thanks!
    Posted to Ajax Uploader (Forum) by dkyle on May 9, 2008
  • Saving Uploaded File

    I cannot get the uploaded file to save out of the UploaderTemp folder before it is deleted. I changed the following method as was suggested to someone else in a different thread. Below is the code change I made: &nbsp; void Uploader_FileUploaded(object sender, UploaderEventArgs args) { Uploader uploader = (Uploader)sender; InsertMsg(''File ...
    Posted to Ajax Uploader (Forum) by dkyle on May 2, 2008