How to upload a file

3c273 nospam at nospam.com
Tue Dec 12 18:44:34 EST 2006


"Lad" <python at hope.cz> wrote in message
news:1165925494.589658.148370 at 80g2000cwy.googlegroups.com...
> Users needs to upload big files upto 100MB.So I think that FTP protocol
> would be a solution, but how can I allow users to select the right file
> ,on their  local disk, via a file dialog ?
>
> Thank you for your ideas
> L.
>
import tkFileDialog
help(tkFileDialog)
Hope this helps.

Louis





More information about the Python-list mailing list