PDA

View Full Version : Uploading files to server


Persuader
02-12-2010, 03:24 PM
Is there a way to upload files to a server from an AIR app without using server side scripts like java or php?
So basically, select a file, and it gets copied to a folder on the server?

Thanks

NoobsArePeople2
02-12-2010, 08:11 PM
I think with AIR 2 you could write an FTP client, connect to the server via FTP and put files up that way. Otherwise you're stuck with server-side scripts AFAIK.