AjaxUploader in MVC app

Last post 05-05-2010, 8:03 PM by hassan. 2 replies.
Sort Posts: Previous Next
  •  04-29-2010, 8:30 PM 60553

    AjaxUploader in MVC app

    Hi,
    We are using the demo MVC in our app we keep getting the error Licence Not Found exception and crashing the browser. How can we test the control in MVC?
     
    Also we would like to have only ONE Uploader in the view without any user interface ie no buttons etc. Then we have several images. Whenever an image is clicked, we would like to start an upload in the normal way. On the server we need to determine which image started the Upload. Is this scenario possible? 
     
    Many Thanks
  •  05-05-2010, 11:38 AM 60742 in reply to 60553

    Re: AjaxUploader in MVC app

    Hi,
     
    I suggest you use multiple MvcUploader object for each image, use uploader.InsertButtonID="ImageId" to attach the uploader the the image button.
     
    you can set uploader.UploadUrl="MyHandler.ashx?Button=imageid" , so you can know which image be clicked.
     
    Regards,
    Terry
     
  •  05-05-2010, 8:03 PM 60758 in reply to 60742

    Re: AjaxUploader in MVC app

    Many Thanks. Will try this
View as RSS news feed in XML