J
Jon Slaughter
How do I go about accessing some client side control? I'm trying to design
a web site in asp.net(well, I want to but I'm seeing that JSP might be
better. I don't like java but I do like the fact that JSP is portable and
supposedly have better features than ASP).
Anyways, My web site needs to get some files from the client side and
compute its hash BUT not upload it to the server first. (because it would be
way to slow and a useless to do since I don't care what the the file
actually is except its hash). Can I do this with asp? Do I have to write an
active X control are use java?
I want the code to be hidden from the user as much as possible as I don't
want certain people to see how I compute the hash(because they will be able
to view the hash and might use it for bad purposes).
Is this possible? I suppose that any time code is going to be ran on the
client side there is the possibility of hacking the code but I do not want
it to be something obvious like a VB script(and definately do not want them
to be able to modify the way the hash is created).
How can I go about this?
Thanks,
Jon
a web site in asp.net(well, I want to but I'm seeing that JSP might be
better. I don't like java but I do like the fact that JSP is portable and
supposedly have better features than ASP).
Anyways, My web site needs to get some files from the client side and
compute its hash BUT not upload it to the server first. (because it would be
way to slow and a useless to do since I don't care what the the file
actually is except its hash). Can I do this with asp? Do I have to write an
active X control are use java?
I want the code to be hidden from the user as much as possible as I don't
want certain people to see how I compute the hash(because they will be able
to view the hash and might use it for bad purposes).
Is this possible? I suppose that any time code is going to be ran on the
client side there is the possibility of hacking the code but I do not want
it to be something obvious like a VB script(and definately do not want them
to be able to modify the way the hash is created).
How can I go about this?
Thanks,
Jon