reg php equivalent move_uploaded file function in python

Peter Hansen peter at engcorp.com
Wed Jul 13 10:19:18 EDT 2005


praba kar wrote:
>       Is there any php equivalent
> move_uploaded_file($source_path, "$upload_dir/$name");
> function in python to
> upload a file to server?  

As this is a Python forum, most will not know PHP.  Perhaps describing 
what you want in plain English would be more effective in getting useful 
answers.  (For example, what kind of server are you talking about?)

-Peter



More information about the Python-list mailing list