Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Custom queue table (MVC)
Custom queue table (MVC)
Last post 08-01-2011, 8:49 PM by
cutechat
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
07-30-2011, 8:10 AM
69049
cmurray
Joined on 07-30-2011
Posts 1
Custom queue table (MVC)
Reply
Quote
Can you please provide me with a custom queue table example using MVC? I cant seem to get it to work.
08-01-2011, 8:49 PM
69147
in reply to
69049
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