Quote Originally Posted by Delfi
In that case use a http post multipart form to upload files, and a server side script to limit the size and type and uploaded name.
i will have to stick with post, since my webserver only gives me 1 sftp key, and i can't risk exposing my entire webserver

i found that page
http://code.activestate.com/recipes/146306/
usefull, i will try to translate the code now