Sunday, May 1, 2011

Re: Upload image using GET

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.

No comments:

Post a Comment