[flexcoders] FileReference does not sending the right header in file upload

2010-03-29 Thread Jesus Saad
Hello all! I'm searching about my issue or flex `issue and I can`t found the error. Please, help me. I'm trying to upload a file using the FileReference class and it work fine just in my computer. When I try in server, the error appears. Following my source code: Init function: private var

Re: [flexcoders] FileReference does not sending the right header in file upload

2010-03-29 Thread Oleg Sivokon
Consider adding the parameters to URL instead of pushing them into POST request body. That is form the URL of the URLRequest however you want, so it will look like: domain/uploading-script?param=valueanotherParam=value You don't have to specify Security.allowDomain() for what you are doing, unless