Wow, thank you very much for your extense and accurate information. Finally i solved it, after i added a host to the images address. Dont really understand why the images uploaded through ftp could be seen while the uploaded through website couldn't, but after using a host var to create absolute adresses then the problem dissapeared.
Thanks a lot, i will keep your answer because might come in use in a short future. ------------------------------ David Pariente RIA consultor ------------------------------ El 26/01/2010, a las 23:09, Fotis Chatzinikos <[email protected]> escribió: Hello David, how do you upload your pics? is the upload script behind a session lock? Start simple, install charles (proxy-traffic viewer/sniffer) or something similar and see the request flex does to the server. If the request is correct (ie copy and pasting the request string in the browser works-you see an image) then the problem is somewhere else. If this works, then you need to check your uploading process. Again, charles will help, as you will be able to see server's response http status and so on. A known problem with some browsers is that they will not send the correct session cookie when images are uploaded - so you might need to retrieve the session cookie and append it in your upload post url in the following form: http://mysub.mydom.com/urlToUloadscript.php;sessionId=XXXXXXXXXXXXXX just make sure what is the correct form to use there. I use jsessionid but this is for tomcat - i think for php its sessionid but i am not sure... Cheers, Fotis On Tue, Jan 26, 2010 at 10:03 PM, David Pariente <[email protected]> wrote: Hi all, First sorry if this is a little offtopic. I have an app in flex3 that uploads a photo using php script. The problem is that the pics uploaded this way are shown in flex as broken images. The only difference with the ftp uploaded pics is the owner. If i load the image through explorer directly i can see it, but flex is unable to show it. The file, if uploaded through ftp can be seen correctly. I know this might have nothing to be with Flex, but i got no idea what is it about or what should i tell client or hosting company. Does someone have some idea of what could be happening?? Thanks a lot! ------------------------------ David Pariente RIA consultor ------------------------------ -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com [email protected],

