RE: File upload problems

2002-03-11 Thread James Kelty
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

Re: File upload problems

2002-03-11 Thread fliptop
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

File upload problems

2002-03-11 Thread James Kelty
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

Re: Re: File upload problems still!

2001-08-23 Thread Ryan Davis
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

Re: Re: File upload problems still!

2001-08-23 Thread Mo Holkar / UKG
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

Re: Re: File upload problems still!

2001-08-23 Thread ryepup
> >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

Re: File upload problems still!

2001-08-23 Thread Curtis Poe
--- 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

Re: Re: File upload problems still!

2001-08-23 Thread ryepup
>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

Re: Re: File upload problems still!

2001-08-23 Thread ryepup
>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

Re: File upload problems still!

2001-08-23 Thread fliptop
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

Re: File upload problems still!

2001-08-23 Thread Roger C Haslock
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

File upload problems still!

2001-08-22 Thread Ryan Davis
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

Re: File upload problems

2001-08-16 Thread Curtis Poe
--- 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

File upload problems

2001-08-16 Thread Ryan Davis
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