Search

You searched for the word(s):
< 1 second(s)
  • Re: Validating and providing feedback

    I also modified the JS script as ...
    Posted to Ajax Uploader (Forum) by scpeterson on November 23, 2009
  • Re: Validating and providing feedback

    I tried method 2 and it seems to work just fine. &nbsp;In the FileValidating event, I used a string that tells the user that the file already exists and so the file will not be uploaded. &nbsp;I then call args.delete() to remove that file so it is not copied. &nbsp;Since my uploaded files may or may not be duplicates, I need to test for a message ...
    Posted to Ajax Uploader (Forum) by scpeterson on November 23, 2009
  • Validating and providing feedback

    Hello:&nbsp;I am using the FileValidating event to check for duplicate files. &nbsp;If I find a duplicate file, I execute an args.Delete() to remove the file so that the FileUploaded event does not fire for that file. &nbsp;I want to record the names of each file that is a duplicate and present that list to my users. &nbsp;I've tried adding the ...
    Posted to Ajax Uploader (Forum) by scpeterson on November 10, 2009