darkm00n80
01-12-2010, 06:04 AM
Hey all,
I'm writing an AIR application that will upload files to a remote web server. These files are images, bits of text in XML format etc. I'm also trying to write a web page builder within the uploading functionality so my mate can include some of the uploaded files so they show up on the webpage.
Now, what I need to be able to do is browse the remote directory where the image files are uploaded so my mate can select which ones to include.
I'm using <IMG> tags so I need to be able to see the source directory so I can include it with the 'src' parameter.
Now I can browse locally with Flash, but I know I should be able to FTP with AIR from a browse window as well.
If not, is it possible to print out a list of files in a directory with checkboxes next to them and then choosing like that?
Whatever is easiest.
Cheers
I'm writing an AIR application that will upload files to a remote web server. These files are images, bits of text in XML format etc. I'm also trying to write a web page builder within the uploading functionality so my mate can include some of the uploaded files so they show up on the webpage.
Now, what I need to be able to do is browse the remote directory where the image files are uploaded so my mate can select which ones to include.
I'm using <IMG> tags so I need to be able to see the source directory so I can include it with the 'src' parameter.
Now I can browse locally with Flash, but I know I should be able to FTP with AIR from a browse window as well.
If not, is it possible to print out a list of files in a directory with checkboxes next to them and then choosing like that?
Whatever is easiest.
Cheers