RE: Uploading File writes zero bytes

2006-03-21 Thread Gerald Richter
Hi, > > I am using version CGI 3.17 and embperl 1.3.6. > If I remember right Embperl 1.3.6 needs CGI < 3 (while Embperl 2, when running with mod_perl 2 needs CGI >= 3.10) Note that Embperl 1.3.x is not longer maintained anymore, so I suggest to upgrade to Embperl 2 if possible Gerald **

Re: Uploading File writes zero bytes

2006-03-21 Thread Keven Murphy
Gavin, I am using version CGI 3.17 and embperl 1.3.6. Keven Murphy Murphy's Law ((U+C+I)x(10-S))/20xAx1/(1-sin(F/10)) U = UrgencyC = Complexity I = Importance S = Skill F = Frequency A = Aggravation On Tue, 21 Mar 2006, Gavin Carr wrote: > On Mon, Mar 20, 2006 at 06:09:30PM -0500, Keven M

Re: Uploading File writes zero bytes

2006-03-21 Thread Keven Murphy
I gave that a try too. I am still uploading zero byte files. Thanks, Keven Murphy [EMAIL PROTECTED] Murphy's Law ((U+C+I)x(10-S))/20xAx1/(1-sin(F/10)) U = UrgencyC = Complexity I = Importance S = Skill F = Frequency A = Aggravation On Tue, 21 Mar 2006, Torsten Luettgert wrote: > On Mo, 20

Re: Uploading File writes zero bytes

2006-03-21 Thread Torsten Luettgert
On Mo, 2006-03-20 at 18:09 -0500, Keven Murphy wrote: > [- > use DBI; > use CGI; > > $req = shift; > my $upload = CGI->new(); Remove the line above. $upload is never used anyway, and there have been some issues in the past about CGI clashing Embperl's reading of the request parameters. I just du

Re: Uploading File writes zero bytes

2006-03-20 Thread Gavin Carr
On Mon, Mar 20, 2006 at 06:09:30PM -0500, Keven Murphy wrote: > I am having a hell of a time trying to get a file to upload. The file gets > created and then nothing gets put into the file! That sounds like a CGI version issue - there was an upload problem with some of the early 3.0's, from memory

Uploading File writes zero bytes

2006-03-20 Thread Keven Murphy
Hi ALL, I am having a hell of a time trying to get a file to upload. The file gets created and then nothing gets put into the file! Here is my code: Incidents Reports – New Report: Upload Additional Files The file you enter in the following text box will be uploaded to the /tmp directory if y