[flexcoders] How to upload a file with FileReference ?? Any help please :( :(

2010-06-03 Thread Nini7016 Nini7016
Hello In my application, i have to upload a local file and send it to a server. There is my code : private const FILE_UPLOAD_URL:String = http://www.YOUR-WEBSITE-HERE.com/fileref/uploader.cfm;; private function init():void {

Re: [flexcoders] How to upload a file with FileReference ?? Any help please :( :(

2010-06-03 Thread claudiu ursica
I might be reading this the wrong way but in FILE_UPLOAD_ URL you should put the path to the server script that will save your file on the server. C From: Nini7016 Nini7016 nahloulaha...@hotmail.com To: flexcoders@yahoogroups.com Sent: Thu, June 3, 2010

RE: [flexcoders] How to upload a file with FileReference ?? Any help please :( :(

2010-06-03 Thread Nini7016 Nini7016
First of all, thank you very very much to answer me :) So, here i must create a class Java which uplod the file ?? isn't it ?? To: flexcoders@yahoogroups.com From: the_bran...@yahoo.com Date: Thu, 3 Jun 2010 01:59:51 -0700 Subject: Re: [flexcoders] How to upload a file with FileReference ??