Re: Form upload passed to ftp method

2009-08-19 Thread Karen Tracey
On Wed, Aug 19, 2009 at 1:06 AM, Jonathan wrote: > > I am trying to write a view that will take a file uploaded via form, > pass it to an ftp method and save it on an ftp server. However I am > running into problems when with the file object that gets passed to > the ftp method. > > This is my v

Form upload passed to ftp method

2009-08-18 Thread Jonathan
I am trying to write a view that will take a file uploaded via form, pass it to an ftp method and save it on an ftp server. However I am running into problems when with the file object that gets passed to the ftp method. This is my view: def order_prints(request, object_id): p = get_obj