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 [email protected], "w4kpm" <[EMAIL PROTECTED]> wrote:
>
> 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 not fix.
> 
> ;-(
> 
> 
> 
> --- In [email protected], "w4kpm" <kelly@> wrote:
> >
> > 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 docs say and it doesn't do what is expected., I followed
> > the docs, and it's not working, so I'm trying to figure out what is
> wrong.
> > 
> > If I figure out what it is, I'll post back here, just thinking someone
> > else had run across this before.
> > 
> > 
> > The main issue that I need to solve is that I need to send other
> > variables back with the file in the post. That doesn't appear to be
> > happening.
> > 
> > Thanks,
> > 
> > Kelly
> > 
> > --- In [email protected], Ben Marchbanks <flex@> wrote:
> > >
> > > What server-side does your server-side script / 
> > > code look like. Most likely this is where the 
> > > problem lies.
> > > 
> > > BTW:You can always rename your upload on the 
> > > server side which is very easy and reliable.
> > > 
> > > -- 
> > > Ben Marchbanks
> > > 
> > > ::: alQemy ::: transforming information into 
> > > intelligence
> > > http://www.alQemy.com
> > > 
> > > ::: magazooms ::: digital magazines
> > > http://www.magazooms.com
> > > 
> > > Greenville, SC
> > > 864.284.9918
> > >
> >
>


Reply via email to