Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I need some help developing web pages. I have a webpage to submit details of product in my database with their max three images.

In first page is fill all fields. On same pages there are three imgbuttons to upload the image of product. Now I want that whenever a user click on these button then page should be transfered on second page to allow to upload the image and when work is done then user should come back on previous page with saved image on particular imagebutton.

Remember other field's data must not be loss.

Thanks
Posted
Updated 14-Dec-11 8:07am
v2

Why can't you use session variables to control this?
 
Share this answer
 
Comments
onlineQry 15-Dec-11 4:37am    
its ok but how to look/check this session id on first page after when closing second page?
First of all i want to mention that, you are going towards wrong direction. You can serve your purpose without going to another page. Following is a very simple solution for multiple image upload.
Multiple Image Upload in ASP.NET

If you are still looking for going to another page then upload images and come back to previous page with saved image. Let me know the reason, why you need to do that??

I hope the following link will fulfill your requirement with single page concept.
Multiple files uploader with preview on client side
 
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