Click to See Complete Forum and Search --> : Uploading Excel data file


THY02K
May 16th, 2005, 10:11 AM
Hi, I want to write a simple module that:

1. allows users to upload and excel file (no problem here)
2. a method on server side aspx/ascx will then parse the uploaded file, and return a DataSet (Example: http://www.dotnetspider.com/technology/kbpages/361.aspx ---> BUT, this involves saving the uploaded file on disc on server! Can I just do this all in memory, assuming data file would not be too large ~10MB, with limited number of concurrent users)
3. persists data in SQL Server (no problem here)