I am created a Mobile application(in Titanmium).where user take pictures in mobile and i need To upload the image from mobile to django server .I am using tastypie for my Api
can any one guide me the best way to upload and save the image in server
the methods may be in pure django or using tastypie .Anything will be helpful.
and also best technique to acheieve this.