On Apr 22, 9:41 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 22-Apr-08, at 1:00 PM, python_fan wrote:
>
> >>> yes - just get the filename and content from request.POST and
> >>> save it
> >>> wherever you like using ordinary python
>
> >> oops - from request.FILES
>
> > Great! Thanks!
>
> > Can I see a working example? I tried various things, and it almost
> > worked (I got a widget on the page, got an upload button, etc), but
> > nothing happens when i press Upload/Submit.
>
> paste your view and template please

I guess the problem lies mostly in FileUploadForm class. I should have
some kind of 'save' function there...
http://dpaste.com/46221/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to