Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to maintain sessions for 100 users while uploading images in my website using uploadfile control.i tried googling but i havn't got best solution.
Posted
Comments
Dholakiya Ankit 14-Sep-13 2:06am    
maintain sessions for 100 users while uploading images in my website using uploadfile

what is this?
ParameshReddy 14-Sep-13 2:14am    
there is a fileupload control in my website ....so,at a time many users will upload images tell how to control the flow using sessions
Dholakiya Ankit 14-Sep-13 2:39am    
but what's the problem you have user id for id and one common folder for each image for user
Dholakiya Ankit 14-Sep-13 2:40am    
you have imageid so add one column for user id there and you have unique id for each image
ParameshReddy 14-Sep-13 4:06am    
thanks for advice ill try now.

you can do this session["user"]=textbox_username.text;
or you can use this when perfdorm login fin the primay key and put this in session and use it
 
Share this answer
 
Comments
ParameshReddy 14-Sep-13 2:17am    
Thanks Omprakash but there is a fileupload control in my website ....so,at a time many users will upload images & it will be saved in my database generating imageid so, tell me how to control the flow using sessions.
 
Share this answer
 
Comments
Thanks7872 14-Sep-13 2:47am    
Don't answer the non questions. This is the reason why there is so many non questions are being posted by people. Just comment on the question in order to let him realize how to deal with. This will help us improve the quality of the overall content.
[no name] 14-Sep-13 2:58am    
Thanks for your comment. Your words may inspire someone.
Thanks7872 14-Sep-13 3:05am    
Don't use all capital letters. Its called shouting and considered rude.

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