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 flexcoders@yahoogroups.com, Ben Marchbanks <[EMAIL PROTECTED]> 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