HI,
I need to read the uploded file as a strem. I dont want it to be saved as temp file. I dont have an upload directory.
How will I get the upload as stream
thanks
Christian
Hi Christian,
For now we do not support directly saving file to the file stream. In future we will implement it.
RegardsMiro Hristov
I am hosting my application in azure and need to implement for upload stream. I wonder if this was implemented last update jQuery.
Hello Flavio,
From 13.1 we have a new igUpload feature called "Saving files as MemoryStream". You can check it here: http://help.infragistics.com/NetAdvantage/jQuery/2013.1/CLR4.0?page=Whats_New_In_2013_Volume1.html
Hope this helps,Martin PavlovInfragistics, Inc.
These new feature worked for me.
Thanks!!!