views:

23

answers:

0

Gurus, We have an Adobe AIR client which talks to a WAMP server. The client has an image upload functionality. The search shows the list of images in a table. We have a Download button in the search window. The file is streamed from the backend upon clicking the download. We need a preview button in there. I want to show a preview of the images in the search results window. My problem is the image file is in the server, stored as chunks. Unless I download the image to the client, I cannot show it as preview. I have to download it(download button does this)first and then save it and show the preview. It opens up a os-save dialog. Its like just to show a preview the user has to go through 2 steps and it does not seem to be a user-friendly solution. Can I show the preview without the os-save dialog popping up? Please let me know how we can proceed.

Regards Jad

related questions