MVC with multiple (n) Uploader Controls

Last post 05-06-2009, 4:01 PM by rob.bartlett. 2 replies.
Sort Posts: Previous Next
  •  04-27-2009, 3:51 PM 51579

    MVC with multiple (n) Uploader Controls

    I have a need to render multiple Uploader controls to a page using MVC.  The controller requires unique names for each parameter, but since n controls need to be on the page, we can't hard code them as parameters to our controller action.
     
    Here's our scenario:
     
    A user has 30 huge files to upload.  These files will be queued (we don't want 30 uploaders uploading simultaneously).  Each file is associated to another form field on the screen -- something which the multiple-select upload option doesn't support.
     
    Can you provide an example in which we can use multiple (number determined at render-time) Ajax uploader controls in an MVC view that talks to a controller with a fixed number of parameters?
     
     Thanks,
     
    Rob 
     
  •  05-05-2009, 2:10 PM 51836 in reply to 51579

    Re: MVC with multiple (n) Uploader Controls

    Rob
     
    I am not sure what you mean exactly.
     
    Does this thread helps ? Process Files Individually
     
    Regards,
    Terry
     
  •  05-06-2009, 4:01 PM 51898 in reply to 51836

    Re: MVC with multiple (n) Uploader Controls

    Yes, the build from today allows me to call MVC manually with the new javascript events.  Thanks.
View as RSS news feed in XML