Hytham Shehab wrote:
> 
> hi gurus,
>     first of all, am really gracefull about all  who sends me tips of how to
> make this thing work, but, unfortunately, it doesn't yet.

did you make sure your <form> tag had the enctype in it?  ie.-

<form method="post" action="/cgi-bin/someaction.cgi"
enctype="multipart/form-data">

because if it's missing that, the perl side won't work no matter what
you try.

Reply via email to