| Reply | « Previous Thread | Next Thread » |
|
can anyone point me to a code snippet showing file transfer from a phone to a server? I found an example for flickr upload but it doesn't seem to work on my phone (no mimetypes module).
Just want to be able to transfer pictures and such to a server. Would sending with MMS be a better idea? FTP would be ideal but I haven't found anything workable. thanks ian |
|
Look at this cookbook recipe
http://aspn.activestate.com/ASPN/Coo.../Recipe/146306 The author of a flickr upload script use the recipe. http://mail.python.org/pipermail/pyt...er/238022.html You can modify it by removing the mimetypes part. Guess the mime from the file extension instead, for example. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |