Thanks!
-James
-Original Message-
From: fliptop [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 4:48 PM
To: James Kelty
Cc: [EMAIL PROTECTED]
Subject: Re: File upload problems
James Kelty wrote:
> I have written the below script for file uploading, but the script seems
James Kelty wrote:
> I have written the below script for file uploading, but the script seems to
> be a little fickle.
> Very small text files upload with no problem at all, but slightly larger
> (76k) Word docs and Excel spread sheets
> seem to make the script time out. I can see the /tmp/CGIxxx
Hello!
I have written the below script for file uploading, but the script seems to
be a little fickle.
Very small text files upload with no problem at all, but slightly larger
(76k) Word docs and Excel spread sheets
seem to make the script time out. I can see the /tmp/CGIxx2768 type
files bei
C Haslock
<[EMAIL PROTECTED]>
Cc: Ryan Davis <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 9:37 PM
Subject: Re: Re: File upload problems still!
>
> > In the end, they are going to put on a resume CD, with a VB front end,
> and Word
> > is used to do keyword sea
At 17:31 23/08/01, Ryan wrote:
>^M's galore. The 'auto' setting on WS_ftp must not do much.
By default WS_ftp will only be expecting files with certain extensions (eg.
.txt, .htm) to be ASCII. So 'auto' will upload your .cgi or .pl files as
binary. You can change these defaults on the Options
>
>cat -vet script.cgi | more
>
^M's galore. The 'auto' setting on WS_ftp must not do much.
>in-place edit:
>
>perl -pi -e 's/\r//g' script.cgi
>
>Just make sure to back up your script, first.
worked like a charm, eliminating all the ^M's
When I tried it out, the program still crash
--- Ryan Davis <[EMAIL PROTECTED]> wrote:
> Curtis+List,
>
> I checked out the CGI::Safe.pm module, and so far, I'm having the same
> problem. The script goes to "Just about to get your resume!"; then quits.
> I don't have access to server logs, so I don't know what is going on. I
> think my se
>Roger C Haslock wrote:
>>
>> Just an aside, but what is the point of format => 'Application/msword' ?
>>
>> Anyone can rename their file to look like '*.doc', and you can only
>> determine the file content when you have uploaded it ( at which point you
>> SHOULD check).
>
>not to mention yo
>Roger C Haslock wrote:
>>
>> Just an aside, but what is the point of format => 'Application/msword' ?
>>
>> Anyone can rename their file to look like '*.doc', and you can only
>> determine the file content when you have uploaded it ( at which point you
>> SHOULD check).
>
>not to mention you
Roger C Haslock wrote:
>
> Just an aside, but what is the point of format => 'Application/msword' ?
>
> Anyone can rename their file to look like '*.doc', and you can only
> determine the file content when you have uploaded it ( at which point you
> SHOULD check).
not to mention you may offend
ssage -
From: "Ryan Davis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 4:27 AM
Subject: File upload problems still!
> Curtis+List,
>
> I checked out the CGI::Safe.pm module, and so far, I'm havin
Curtis+List,
I checked out the CGI::Safe.pm module, and so far, I'm having the same
problem. The script goes to "Just about to get your resume!"; then quits.
I don't have access to server logs, so I don't know what is going on. I
think my server is running Apache, and I've been snooping to try
--- Ryan Davis <[EMAIL PROTECTED]> wrote:
> Hey everyone, here's my problem:
>
> I have a script to take information and put it in a database, and also upload a
>resume. The
> entire thing works on my test machine (Win98/Activeperl/Apache) but doesn't work on
>my actual
> machine (Digital Unix
Hey everyone, here's my problem:
I have a script to take information and put it in a
database, and also upload a resume. The entire thing works on my test
machine (Win98/Activeperl/Apache) but doesn't work on my actual machine (Digital
Unix/Perl5+/Apache).
I've attached the entire scri
14 matches
Mail list logo