U
UJ
Folks,
We provide custom content for our customers. Currently we put the files on
our server and people have a program we provide that will download the
files. These files are usually SWF, HTML or JPG files. The problem as I see
it - if you know the name of the file, you could download it off the server
(currently we are using an HTTP/Get but I'm going to be using WebClient in
the new version.)
If there any way to password protect the file so people can't just download
them even if they know the file name?
The solutions I've come up with are:
1. Store the file in the database as a blob and read it (but this could get
slow as we will eventually add video which could get really big - up to
100MB).
2. Write a web service that will transfer the file back that has a password
on it.
Any other suggestions?
TIA - Jeff
We provide custom content for our customers. Currently we put the files on
our server and people have a program we provide that will download the
files. These files are usually SWF, HTML or JPG files. The problem as I see
it - if you know the name of the file, you could download it off the server
(currently we are using an HTTP/Get but I'm going to be using WebClient in
the new version.)
If there any way to password protect the file so people can't just download
them even if they know the file name?
The solutions I've come up with are:
1. Store the file in the database as a blob and read it (but this could get
slow as we will eventually add video which could get really big - up to
100MB).
2. Write a web service that will transfer the file back that has a password
on it.
Any other suggestions?
TIA - Jeff