what is the difference between controls?

Last post 10-05-2009, 12:50 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  10-02-2009, 10:13 AM 56039

    what is the difference between controls?

    how is "UploadPersistedFile" different from "Uploader", "UploaderBase", or "UploadAttachments" ?  
    what unique scenarios are they specific to?
  •  10-05-2009, 12:50 AM 56091 in reply to 56039

    Re: what is the difference between controls?

    Hi,
     
    UploaderBase is a raw uploader object which provide the properties.
     
    and Uploader provide the basic controls : InsertButton, CancelButton etc.
    Uploader only provide FileUploaded event, developer should process the file immediately.
     
    UploadPersistedFile maintain a .File property , and this property can be used after postbacks.
     
    UploadAttachment like the UploadPersistedFile , and it maintain multiple files.
     
    Regards,
    Terry
     
View as RSS news feed in XML