Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
igUpload MVC
posted

Is there a sample that uploads the files to a web service or one that directs the upload controls output to a controller action. I have a web service to upload files and it takes a file stream and a few other parameters. I though that using the .UploadUrl would allow me to direct it to a controller action but that does not seem to be working.