Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: is it possible to initiate upload in the code behind?
Re: is it possible to initiate upload in the code behind?
10-05-2009, 12:32 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: is it possible to initiate upload in the code behind?
Reply
Quote
Hi,
You can use UploadPersistedFile or UploadAttachment control.
if(UploadPersistedFile1.File!=null)...
if(UploadAttachment1.Items.Count>0)...
Regards,
Terry
View Complete Thread