Link to home
Start Free TrialLog in
Avatar of ahll
ahll

asked on

How to upload a file to memory instead of to the server file system?

Hi friends,

I need to upload a file to a server but I dont want to allow the client to access the server file system. I just want to upload it to memory, loop through it and save the records in a DB.
I dont need the file to be stored.

Is there a way in ASP.NET?

thanks.
ASKER CERTIFIED SOLUTION
Avatar of BToson
BToson
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ahll
ahll

ASKER

Thanks BToson,

That actually gave me the direction where to look. I finally figured it out.