|
Posted by Matt Garrish on January 5, 2006, 2:05 pm
Please log in for more thread options
> kalikoi@gmail.com wrote:
>> I'm using the following code for PDF file upload via perl
>>
>> The code is working.
>> but the file size is zero bytes
>
>
> How was the parameter which lead to $filehandle generated? In your
> form, did you remember to add the enctype="multipart/form-data"
> attribute to the form tag? Are you sure the input was type="filefield"
I suspect you meant: type="file"
Matt
|