Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 1007
Product
XFile
Version
Version 2 and above
Title
Can each file that is transferred be treated as an event?
Problem
Can each file that is transferred be treated as an event?
Solution

It is possible to treat the successful transfer of each individual file in an upload or download as a seperate event in XFile. In order to do this, the property EventForEachFile must be set to the boolean value True. This is a property of the XFRequest object.

Ex:

   XFRequest.EventForEachFile = True

With this property set, XFile will fire a TransferStart and TransferComplete event for each file within the file collection, instead of once at the beginning and end of the transfer of the entire collection.

Created : 12/27/2007 2:06:06 PM (last modified : 12/27/2007 2:06:05 PM)
Rate this article!
 
Comments