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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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
|