Difference between Uploader and CMSFileUploader ?

Duc Pham asked on December 25, 2014 10:23

<cms:Uploader ID="uploader" runat="server"></cms:Uploader>
<cms:CMSFileUpload ID="fileuploader" runat="server"></cms:CMSFileUpload>

Can anyone tell me differences between these two controls ? Thanks and best regards.

Correct Answer

Brenden Kehren answered on December 29, 2014 14:00

I believe the difference is where you can use them. You can use the cms:Uploader in both Page Types and On-line Forms. I believe the cms:CMSFileUpload is only used in Page Types.

1 votesVote for this answer Unmark Correct answer

Recent Answers


Rui Wang answered on December 27, 2014 22:21

Duc, can you let us know where do you located these two controls in the file system?

0 votesVote for this answer Mark as a Correct answer

Duc Pham answered on December 29, 2014 08:45

Hi Rui, I want to add a upload control in my custom web part. And I found these two control there can do that when typing the code. In the font-end they look exactly the same. So I wonder what is the difference between them ?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.