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
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
2 matches
Mail list logo