Its simple After u upload a file say a.jpg at your server suppose your server address is www.yoursite.com where "yoursite" is some folder where all your pages all is residing the upload the like this d:/yoursite/uploadimages/a,jpg
and then u can acces this uploaded file like this " www.yoursite.com/uploadimages/a,jpg" then add image object in application like this <mx:image src="www.yoursite.com/uploadimages/a,jpg"/> this must show the uploaded image On Fri, Mar 6, 2009 at 12:24 PM, billieBunny <[email protected]>wrote: > > Hi > > I am new to Flex so please forgive me if I am annoying. I have been > all over the net to find an answer to my question. I did not get an > answer. Or I got an answer and did not understand it. > > I have the code to upload an image to the server. But I only wish to > upload an image then preview it. I have written a Flex application > that loads an image to a server then in .net I downloaded the image to > a specific directory. Then my Flex application uses the > FileReference.Name and the 'specific directory' as a source. There > must be a better way to do this. > > I am using Flex Builder 3 and Flash 9. > > If the answer is to use Flash 10 with it's new ability to upload and > download. Then could you give me instructions as to how to make Flex > Builder compile for Flash 10. > > I thank you in advance. > > billieBunny > > > > -- ----------------------------- Regards, HISSAM, ------------------------------ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

