Runing Client-side code

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
N

Nikolay Petrov

How to run client-side code.
I have an asp .net page for uploading files. What I need is a way to
run code at client which compresses the files and the uploads them to
server.
I have .NET compression library and it works great in WinForms apps.
How to make it run in Browser?

Thanks
 
short answer, you dont.
You can upload THEN run code to compress but not on the client, not through
a web page, unless you have some sort of clientside ActiveX installed or the
clients security settings set REALLY low (and even then maybe not).
 
This is for an Intranet solution. I configure the clients, so security
settings are not the problem.
I need a way to upload files over very slow VPN connections.
Compressing the files by users themself is not an option.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top