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 <...@archlinux.cl>:
>>
>> 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 django-users@googlegroups.com.
> To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment