do not use temp folder at all

  •  11-17-2009, 8:06 AM

    do not use temp folder at all

    Good Day!
    I`m developing  application,where users will upload .xls files, which will be parsed on service end into dataset object and returned as datasource to gridview. I am using memorystream to get byte[ ] of uploaded .xls file and I do not need to store any files physically on hard disk. Is it possible? No temp files, no temp directory.
View Complete Thread