Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
inside a updatapanel i have a datagrid which has multiple rows, in which i have given fileupload and a upload button.On itemcommand event i am storing the filecontent in session variable. Now on click of submit button which is outside datagrid, how to save all the documents at a time.
Posted

1 solution

Your documents get served as a collection, I believe. Storing files in the session is retarded. You can't do that. You should save to the file system and store filenames if you need values in the session. Storing file paths in the DB makes more sense.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900