Uploading an image file from a web form

Shufen s4046441 at student.uq.edu.au
Thu Oct 14 08:26:37 EDT 2004


Hi all,

I have a form where users can use it to upload images into a file and
save it into a directory.

I have installed PIL and Image module and do a fair bit of reading on
these module. But I don't know how can I use python to get the
uploaded image file from the form.

Can I use something like that:

######################################################
im_file = form["userfile"]

######################################################

im = Image.open(im_file)
im.show()

####################################################

Can someone help? Many thanks....


Shufen



More information about the Python-list mailing list