Welcome Guest Search | Active Topics | Sign In | Register

Uploader Options
lin
Posted: Thursday, October 25, 2007 11:26:27 AM
Rank: Newbie
Groups: Member

Joined: 10/25/2007
Posts: 1
im very interesting to buy the uploader control but i have a problem:

i cant access to the c# event of the "upload" button with the demo version.will i have the source code buying the control?

i need to validate the object before the upload and limit the uploads for user.

sorry for my english!! ;)

thanks
eo_support
Posted: Thursday, October 25, 2007 11:35:23 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

You never need to access the C# event of the upload button. The button is used by the uploader to trigger the upload and should not be used for anything else. The appearance of the button can be customized by UploadButtonStyle, UploadButtonText and IsLinkButton property.

In order to limit the uploads, you can set the uploader's AllowExtension. That will prevent users from uploading files you do not want. If you want to perform additional restrictions, you can do it inside your server side FileUploaded handler. You can just abandon files you don't want there.

We do not sell source code of our controls. So you will not have the source code even if you purchase. Sorry about that.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.