Hi All, I am trying to upload a file directly from my flex app to a publicly accessible folder on a system which is running the Apache web server. I am trying to identify a plugin/module like mod_proxy_ftp or mod_proxy_http which will upload the file directly to the public folder. I have been thru the conventional way of using FileReference and servlet to upload files. Here i am not allowed to run servlets, just plain configurable plugins or modules?
Can anybody give any pointers? Thanks!

