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.
Hello John,
Here is a link to the updated and currently latest version of this topic for your reference: http://www.igniteui.com/help/igupload-saving-files-as-stream If you have any further questions, please let me know.
Regards,
Tsanna
I found this example after digging for a few hours but it is for version 13.1.
http://help.infragistics.com/Help/Doc/jQuery/2013.1/CLR4.0/html/igUpload_Saving_Files_as_Stream.html
Is there an updated version of this demo or a sample application. I would really like this work out since it is going to be used as part of an enterprise solution.