I'm looking to create an application which will allow me to upload a
file using an encrypted/secure connection (SSL) and was looking to use
the FileUpload control. This application will also allow my clients
to download the file over the same https: site. Will both the file
upload and download process be not only secured but encrypted as
well? Are they're any do-able alternatives out there I can develop?
Thanks,
James
bruce barker - 13 Sep 2007 17:24 GMT
ssl will work as long as the server certificate is valid.
-- bruce (sqlwork.com)
> I'm looking to create an application which will allow me to upload a
> file using an encrypted/secure connection (SSL) and was looking to use
[quoted text clipped - 6 lines]
>
> James