in reply to (jcwren) RE: amelinda's problem
in thread amelinda's HTTP/MIME/file upload/not-a-cgi-but-a-client/minimal-module/perl problem

Further, upon investigating HTML::Form, it does not know how to deal with type "file," only the various text types and radio/check types and the submit types. Unfortunately, that really limits it's applicability to my situation. Come to think about it, it probably limits the applicability of all of LWP/libwww-perl to my problem, certainly if they use HTML::Form to to the submission of forms.

Has anyone else used LWP to submit a form with the "file" input type? Inquiring minds want to know.

amelinda