Hi
I am doing image upload in my application. I am getting the image from the FormFile .I am converting the image into byte[] and storing those image in a drive.
But is there any possible way to store the image in the session as byte[] and then converting these bytes[] back to an image .
For example in my application in the first page I am allowing user to upload the image and in the next page I am displaying the image for confirmation.
So in the first page image are allowed to uploaded then in the second page images should obtained from the session .only on the confirmation page image need to be stored in the server. If it is possible please provide me the guidance for the above process.
Thanks
I am doing image upload in my application. I am getting the image from the FormFile .I am converting the image into byte[] and storing those image in a drive.
But is there any possible way to store the image in the session as byte[] and then converting these bytes[] back to an image .
For example in my application in the first page I am allowing user to upload the image and in the next page I am displaying the image for confirmation.
So in the first page image are allowed to uploaded then in the second page images should obtained from the session .only on the confirmation page image need to be stored in the server. If it is possible please provide me the guidance for the above process.
Thanks
Comment