Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Custom queue table (MVC)
Re: Custom queue table (MVC)
08-01-2011, 8:49 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Custom queue table (MVC)
Reply
Quote
Hi,
Do you mean this table ?
http://ajaxuploader.com/document/scr/create-custom-queue-table.htm
when you use mvc,
you can use this to get the uploader instance
var
uploader=document.getElementsByName(
"myuploader"
)[0];
replace the
myuploader
to the name which have been setted to uploader.FormName .
Regards,
Terry
View Complete Thread