On Apr 22, 9:30 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 22-Apr-08, at 12:54 PM, Kenneth Gonsalves wrote:
>
> >> So, my question is: Is it possible to add file upload functionality
> >> (upload file from client to server -> save it on server somewhere ->
> >> pass the path to python code on the server) without any underlying
> >> databases?
>
> > 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.


python_fan

--~--~---------~--~----~------------~-------~--~----~
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