> 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
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
Hi all,
With your precious help I finally succeeded to create that script that
downloads a file then deletes the file from the server.
In Windows works pretty strange because it takes a long time to delete the
file, but it doesn't matter at all.
I won't use it in Windows anyway.
I have a questi