Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How Can I Manual Start the UploadProcess for RuntimeCreated Uploaders ?
Re: How Can I Manual Start the UploadProcess for RuntimeCreated Uploaders ?
01-27-2009, 9:47 AM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How Can I Manual Start the UploadProcess for RuntimeCreated Uploaders ?
Reply
Quote
Hi,
You can use this way to store the uploader object :
var theuploader;
function CuteWebUI_AjaxUploader_OnInitialize()
{
theuploader=this;
}
Regards,
Terry
View Complete Thread