yes, thanks.. i try using POST but i get a error 500

i only use this to test
def upload_image(request):
    if request.method == 'POST':
        return "request.FILES['image']"
    return "NO imagen subida"


El 01-05-2011, a las 23:11, А. Р. escribió:

> 2011/5/2 Matias Hernandez Arellano <[email protected]>:
>> 
>> And if it's not possible use GET to pass the image data to the django 
>> application..
>> how can i pass de data from a mobile application (without user actions like 
>> a web form) to the django application, and upload, or copy de data into a 
>> new image??
> 
> http://en.wikipedia.org/wiki/POST_%28HTTP%29
> 
> It is possible to send POST requests without user actions.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to [email protected].
> 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.
> 

Matías Hernandez Arellano
Ingeniero de Software/Proyectos en VisionLabs S.A
CDA Archlinux-CL
www.msdark.archlinux.cl




-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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