Image transfer
Hello guys...i want that when user clicks on a button the image along with the data must be transferred to another page...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tadit DashPosted Jul 12, 2014, 1:24 PM
As you are talking about images, then you have to store the byte array of that image or directly store the image in File System. Then in next page retrieve those stored data and do whatever you want to do.