[flexcoders] Re: FileReference.upload

2009-01-30 Thread twcrone70
Can't give an answer but if you don't already know, there is a rails/flex site you might find useful. http://flexonrails.net/ Good luck! - Todd --- In flexcoders@yahoogroups.com, tchredeemed apth...@... wrote: Hello, I am using RubyAMF to save information to the database. The

[flexcoders] Re: FileReference.upload

2009-01-30 Thread Tim Hoff
Hi, One way is to use File instead of FileReference. You can get the ByteArray that way and pass that to your service. the only caveat is that you won't be able to track the upload progress; unless you do something custom with your service. private var fileToUpload:File; private var

[flexcoders] Re: FileReference.upload

2009-01-30 Thread tchredeemed
Type was not found: File. Hmm!? --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi, One way is to use File instead of FileReference. You can get the ByteArray that way and pass that to your service. the only caveat is that you won't be able to track the upload progress;

[flexcoders] Re: FileReference.upload

2009-01-30 Thread Tim Hoff
What, you want everything. :) import flash.filesystem.*; import flash.net.FileFilter; import flash.utils.ByteArray; -TH --- In flexcoders@yahoogroups.com, tchredeemed apth...@... wrote: Type was not found: File. Hmm!? --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote: Hi,

[flexcoders] Re: FileReference.upload

2009-01-30 Thread tchredeemed
I don't have flash.filesystem when I do import flash.fi the only thing is filters.. hmm!! :)

[flexcoders] Re: FileReference.upload

2009-01-30 Thread Tim Hoff
Hmm, not sure what to tell you. Flex3? -TH --- In flexcoders@yahoogroups.com, tchredeemed apth...@... wrote: I don't have flash.filesystem when I do import flash.fi the only thing is filters.. hmm!! :)

[flexcoders] Re: FileReference.upload

2009-01-30 Thread Tim Hoff
Oh wait. maybe it's because the example is for AIR. Maybe not available for Flex apps. -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hmm, not sure what to tell you. Flex3? -TH --- In flexcoders@yahoogroups.com, tchredeemed apthorp@ wrote: I don't have

[flexcoders] Re: FileReference.upload, URLVariables,uploadDataFieldName not working as expect

2007-03-05 Thread w4kpm
Ben, My server side is simply a django procedure that dumps the post call giving the output that I listed in the last post. def importCsvFile(request): print made it in print request.raw_post_data I *know* that I can re-name it on my end, but it really bugs me when I do what the

[flexcoders] Re: FileReference.upload, URLVariables,uploadDataFieldName not working as expect

2007-03-05 Thread w4kpm
Found the problem. It appears that the upload code works differently on a linux player. The exact same code works as advertised on windows/mac players. I tried getting an update from Adobe, and got the latest player for linux (FP9_plugin_beta_112006.tar.gz or Shockwave Flash 9.0 d78) and it did

[flexcoders] Re: FileReference.upload, URLVariables,uploadDataFieldName not working as expect

2007-03-05 Thread w4kpm
Hmm, I started out with flash 9.0 r31 which should be the latest, not sure how I downloaded this other one. In any event, both players have the same problem on linux. --- In flexcoders@yahoogroups.com, w4kpm [EMAIL PROTECTED] wrote: Found the problem. It appears that the upload code works

RE: [flexcoders] Re: FileReference.upload,URLVariables,uploadDataFieldNamenot working as expect

2007-03-05 Thread [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FileReference.upload,URLVariables,uploadDataFieldNamenot working as expect Found the problem. It appears that the upload code works differently on a linux player. The exact same code works as advertised on windows/mac players. I tried getting