From: jason corbett <[EMAIL PROTECTED]>
> I am sending Excel and .csv files via MIME and it appears that the
> file is created on the server with the needed data, but when the
> script is supposed to email a copy, I am getting blank .csv files. 

Just a wild guess ... are you closing the .csv or Excel files before 
trying to send them? I've heard from someone who was trying to send 
some Excel files created with Spreadsheet::WriteExcel and was 
receiving them empty or incomplete and the problem was that he did 
not close the files first so some of the data was not in the file 
yet.

If this is not the problem show us a piece of code.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to