in reply to How I can use multipart/form-data in CGI?

Hi wandalan,

If you check perldoc CGI, you will find that CGI has a start_multipart_form() method.
If you use this instead of the start_form() method in your script, it should work as you want.

cheers

thinker