What scope in PHP are the params passed when you are uploading a file? I must be having a bad day... I cannot figure it out..

var params:URLVariables = new URLVariables();
                        params.id = txtId.text;
                         var request:URLRequest = new URLRequest("http://myserver/dev/flex/php/upload.php");
                        request.method = URLRequestMethod.POST;
                        request.data = "">
I have tried _POST, _REQUEST etc and it is not showing up at all...
--
diabetic? http://www.diabetesforums.com
Bill Cosby - A word to the wise ain't necessary - it's the stupid ones that need the advice. __._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to