Yes, in this case it would be worth getting our language accurate.
Flex is a client-side technology, and does not "run on a server". The swf executes in a Flash Player instance hosted in a browser. Except for security sandbox issues, it is irrelevant what server "serves" the swf. If you "run" a Flex app on a "server", that server is really a local "client", and the Flex app has no more functionality than it would from any remote client. That simplifies this question to: Can Flex upload and delete images on a server. The answeer is as Luciano says, yes, but you must have some server-side functionality to do it. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Luciano Manerich Junior Sent: Tuesday, May 06, 2008 4:45 PM To: [email protected] Subject: RES: [flexcoders] Is this possible? Hi, Flex will just call some remote method. You will have to develop some "server" (java, php, asp, ...) to do that for your flex app. There's a lot of samples over the internet. ________________________________ De: [email protected] [mailto:[EMAIL PROTECTED] Em nome de Phill B Enviada em: terça-feira, 6 de maio de 2008 17:24 Para: [email protected] Assunto: [flexcoders] Is this possible? I want to have a Flex app that will run on server A but it will upload and delete images from server B. Is this easy to do or is this going to be a pain in the butt? -- Phil

