Click here to Skip to main content
15,888,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Now I have an application and it allows user to download a pdf file(from webpage1) which is generated using crystal and on another page(Webpage2) user upload that file from local drive to submit for processing. Now I need to generate and pass the pdf file from page 1 to page 2 to reduce the complexity of the flow. If you have some idea please share.

What I have tried:

I was thinking to use query string.
Posted
Updated 8-Apr-19 2:59am

1 solution

Step 1 : Save that generated pdf file into your project solution (Webpage 1)
Step 2 : Store that file path in session
Step 3 : You can check if session contains file path then do process of another webpage. (webpage 2)
 
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