i am trying to do a simple flash file uploader. I created a flash SWF which manages to upload the file on the server and a php which saves it there. The thing i want to accomplish right now is to have this flash somewhere hidden and access it via external functions. All i want to do is to browse a file with and to give the file to the flash fileReference via jQuery and than call fileReference.upload().
I hope someone can help me with this issue. Thank you in advance, Daniel!