Re: [Flashcoders] POST with FileReference

2007-04-16 Thread Dave Mennenoh
.In my PHP page, i use $_POST["myDir"] to get the directory name. But i just can't manage to get it. You can't do that. From what I've heard AS3 fixes this limitation, but with AS2 it's not possible. What I do is have the simple PHP upload script in each folder I want to upload into. I'm sure

Re: [Flashcoders] POST with FileReference

2007-04-16 Thread Muzak
TED]> To: Sent: Monday, April 16, 2007 11:32 AM Subject: [Flashcoders] POST with FileReference > Hello, > > For an upload, i use FileReference with a comboBox listing the differents > directories (ie. images, templates, files, etc.). > I want to pass the chosen directory with

[Flashcoders] POST with FileReference

2007-04-16 Thread Gilles Roquefeuil
Hello, For an upload, i use FileReference with a comboBox listing the differents directories (ie. images, templates, files, etc.). I want to pass the chosen directory with the upload method. So, as the Flash Help mentions it, i can pass the url to the upload method using POST, which looks li