Hello,
I need to upload three files at a time. In looking over the examples, I am not sure what the difference is between the "Uploader" control and the "UploadAttachments" control. Various examples use one or the other, so each control can be used independently. Yet the example "multiple-files-upload-control-file-number.aspx" uses both controls, somehow working together. Please explain the role of each control in this example.
Thanks!
Hi BillClark,
The "Uploader" has not the attachmen table after uploaded.
The "UploadAttachments" has an attachment table to shows the upload flies after uploaded.
Regards,
Ken
What is the benefit of using both controls at the same time, as show in the example "multiple-files-upload-control-file-number.aspx"?
Thanks
The are the same console and has the same functions.
If you need the attachment table, then use "UploadAttachments", if not, then use "Uploader".