Re: Big success! and a question.

2002-07-26 Thread Connie Chan
> I've seen why it is a good idea to deny uploading files on the server if > this is not necessary using CGI.pm. > > Well, what happends if someone tries to upload a file on the server with a > fake form, if I am not using CGI.pm in that script? If the true form is within your site, then, you ca

Re: Big success! and a question.

2002-07-26 Thread Wiggins d'Anconia
Good to hear. In general file uploading occurs when the browser "tacks" on a specific request header and the data for the file. Therefore, any request may *attempt* to upload a file. The real key is whether or not there is something on the other end (server side) that will handle the request