Search

You searched for the word(s):
< 1 second(s)
  • Re: Filename filter in FileDialog Popup

    Found it and here is what you can do.... &nbsp; &nbsp; //the postback&nbsp;from the first uploader&nbsp; protected void Uploader_FileUploaded(object sender, UploaderEventArgs args) { &nbsp;&nbsp;&nbsp;if (sender == this.upPrimary) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string filename = ...
    Posted to Ajax Uploader (Forum) by bching on November 5, 2009
  • Filename filter in FileDialog Popup

    Are there any option I can set to filter filename in the file dialog box? &nbsp; Example:&nbsp; Primary Filename:&nbsp; JoeSmith.brw Associated files are: JoeSmith.cb1, JoeSmith.cb2, JoeSmith.ecg, and etc.... We won't know how many assoicated files are included during the upload.&nbsp; Therefore if&nbsp;it has a validateoption that can ...
    Posted to Ajax Uploader (Forum) by bching on November 5, 2009