Re: OT - attachments (was "Re: The size of the uploaded file")

2002-06-04 Thread David T-G
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Octavian -- and then Octavian Rasnita said... % % Hi, it is off topic. Hello! % % I've seen more messages including this one that I am replying to, that have % no text in it and I need to open an attachment to read the message. % % Can you

How to really limit the size of the uploaded file?

2002-06-04 Thread Octavian Rasnita
Hi all, I have made a script for uploading files and I don't know how to limit the size of the uploaded file. I've read that using a line like: $CGI::POST_MAX = 1024 * 1024 ; is more secure because the script will automaticly break when the file is bigger than this limit.

Re: The size of the uploaded file

2002-06-04 Thread Octavian Rasnita
ECTED] - Original Message - From: "David T-G" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Camilo Gonzalez" <[EMAIL PROTECTED]> Sent: Monday, June 03, 2002 5:31 PM Subject: Re: The size of the uploaded file -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: The size of the uploaded file

2002-06-03 Thread David T-G
Camilo, et al -- ...and then Camilo Gonzalez said... % % David, % % Since there are a lot of newbies here, can you please enumerate on the pains % and differences between both FTPs and what SCP is? Oh, dear. Now I've stepped in it :-) In brief, and without attempting to cover *all* of the d

RE: The size of the uploaded file

2002-06-03 Thread Camilo Gonzalez
: The size of the uploaded file Camilo, et al -- and then Camilo Gonzalez said... % % Why not just set up a FTP site? I assume the people who want to upload those Well, anon ftp has its own pains, as does non-anon ftp to some guest account... It's good to move away from ftp to anon

Re: The size of the uploaded file

2002-06-03 Thread David T-G
Camilo, et al -- ...and then Camilo Gonzalez said... % % Why not just set up a FTP site? I assume the people who want to upload those Well, anon ftp has its own pains, as does non-anon ftp to some guest account... It's good to move away from ftp to anonymous scp or http puts or such when you c

RE: The size of the uploaded file

2002-06-03 Thread Camilo Gonzalez
Why not just set up a FTP site? I assume the people who want to upload those large files will be familiar with FTP. -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 02, 2002 11:55 AM To: [EMAIL PROTECTED] Subject: The size of the uploaded file Hi

The size of the uploaded file

2002-06-02 Thread Octavian Rasnita
Hi all, I've seen for more times that it is not recommended to upload big files with a web form. I know that if the connection brokes down, the file will be probably lost, but are there any other problems? I would like to make a form for uploading big files on my server. Not for the public, but