Re: Secure File Uploads

2001-02-06 Thread simos
On Tue, 6 Feb 2001, Matt Oldham wrote: > > Pardon the ignorant question, but I am trying to figure out if Open SSL is what I am >looking for. I need a method of allowing users to performm a secure file upload via >a web page. Ideally, I want an open source (free) solution. Is OpenSSL what I

Re: Secure File Uploads

2001-02-06 Thread Jeffrey Burgoyne
You can do a file upload in normal HTTP communication with the upload feature. If you have a secure web server, then it would be secure as well. Look at the two problems as seperate and distinct. First make your server secure (it may already be secure) and openssl is a good choice (if you are usi