Hi,

ok, you can upload files via multipart form data . No problem. You can
handle this by a servlet and write the files to your servers discs.

But as we know there is quite a big overhead if we do so. Why don't you
remember that nice FTP protocol? A ftp server is set up in a couple of
hours (our faster if you have the right docs). You have no big overhead a
quite clear security rule and so on... So guys, if you want to transfer
files, use ftp, if you transfer html use http... Or is there any strong
reason against this?

Sascha


Reply via email to